readObject(ObjectInputStream in) Reads the object from the object input stream.
Parameters: in - the object input stream from where to read the serialized data.
Reads the object from the object input stream.
Parameters: in - the object input stream from where to read the serialized data. the generated object. throws: IOException - if reading the stream failed. throws: ClassNotFoundException - if serialized object class cannot be found.
Writes a serializable object description to the given object output stream.
Parameters: o - the to be serialized object. Parameters: out - the outputstream that should receive the object. throws: IOException - if an I/O error occured.