mirror of
https://github.com/corda/corda.git
synced 2025-02-12 21:56:04 +00:00
The specification of the Java serialization demands that a private writeObject(ObjectOutputStream) method is used -- if it exists. In that case, ObjectOutputStream must not write the contents of the fields (called 'classdata[]' in the documentation) but offer that via the defaultWriteObject() method. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>