ObjectOutput.writeObject

ObjectOutput.writeObject

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void writeObject( Object obj ) throws IOException
Description
Write an object to the underlying storage or stream. The class that implements this interface defines how the object is written.

Exceptions
IOException Any of the usual Input/Output related exceptions.