protected void writeObject (Object o)

Write the specified object to the output stream. The serialized form will denote a series of expressions, the combined effect of which will create an equivalent object when the input stream is read. By default, the object is assumed to be a JavaBean with a nullary constructor, whose state is defined by the matching pairs of "setter" and "getter" methods returned by the Introspector.

Parameters:
o    The object to be written to the stream.

See also:
XMLDecoder.readObject