Johannes Schindelin 25ed2965e7 ObjectInputStream: use private readObject() methods
The specification of the Java deserialization demands that a private
readObject(ObjectOutputStream) method is used -- if it exists. In
that case, ObjectInputStream must not initialize the contents of the
fields (called 'classdata[]' in the documentation) but offer that
functionality via the defaultReadObject() method.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2013-11-06 09:10:51 -06:00
..
2013-07-02 20:52:38 -06:00
2013-07-02 20:52:38 -06:00
2013-10-21 10:59:59 -05:00
2013-07-02 20:52:38 -06:00
2013-10-21 10:41:40 -05:00