Streamable interface.
- Version:
- 2.0, 05/28/96
- Author:
- Günter Karjoth, Michael Steiner
- See Also:
- Streamable, StreamInputInterface
-
writeObject(Object)
- Externalizes an object.
writeObject
public abstract void writeObject(Object o) throws IOException, StreamIOException
- Externalizes an object. By calling this method the object will
encode itself. This method should be overriden in a
subclass to implement the writing of the object's attributes.
- Parameters:
- object - the object to be written
- Returns:
- no return value
- Throws: IOException
- If a subobject does not implement the Streamable interface.
- See Also:
- readObject
All Packages Class Hierarchy This Package Previous Next Index