ObjectOutput.writeObject

Write an object to the underlying storage or stream. The class that implements this interface defines how the object is written.

@param obj the object to be written @exception IOException Any of the usual Input/Output related exceptions.

interface ObjectOutput
void
writeObject
(
Object obj
)

Meta