Name: mc57594 Date: 02/11/97
It appears that a serializable class' readObject() method
(if implemented) does not get called unless that class also
implements the writeObject() method.
This behavior is not documented and should not be required. The
readObject() method will often be used to re-create transient
property values which are required to completely reconstitute
the object in question. In many cases, this will not require any
additional data be read from the serialized object. It therefore
makes no sense to force the writeObject method to be implemented.
company - HMS Software , email - ###@###.###
======================================================================