readExternal(ObjectInput in) Restore the contents of the object that was previously saved.
NOTE: The field data must read back in the same order and type
as it was written.
Restore the contents of the object that was previously saved.
NOTE: The field data must read back in the same order and type
as it was written. Some data will need to be validated when
resurrected.
Parameters: in - The stream to read the object contents from throws: IOException - throws: ClassNotFoundException -
Save the contents of this object.
NOTE: Transient fields and static fields are not saved.
Also, objects that represent "static" data are
not saved, except for enough information to be
able to find matching objects when the message
context is re-constituted.
Parameters: out - The stream to write the object contents to throws: IOException -