Package java.io
Interface ObjectOutput

Public Method writeObject

abstract void writeObject(Object obj)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Write an object to the underlying output stream. The class implementing this interface defines how the object is written.