| Frames | No Frames |
Classes derived from java.io.ObjectOutputStream | |
| class | This class is only for java.rmi.MarshalledObject to serialize object and
got objBytes and locBytes
|
Classes derived from java.io.ObjectOutputStream | |
| class | A class to substitute as an ObjectOutputStream for objects using writeObject
method.
|
| class | Tests if the defaultWriteObject method has been called.
|
Methods with parameter type java.io.ObjectOutputStream | |
| void | Write as CORBA object. |
| void | Write as CORBA object. |
Methods with parameter type java.io.ObjectOutputStream | |
| void | Serializes any service providers which are serializable. |
| void | Subclasses may use this method to perform their own serialization
after the default serialization process has taken place, but
prior to the serialization of the children. |
| void | Writes the items in the collection to the specified output stream. |
| void | Serializes the children using the
serialize(ObjectOutputStream, Collection method.
|
Methods with parameter type java.io.ObjectOutputStream | |
| void | Serialize an attribute set in a way that is compatible with it
being read in again by readAttributeSet(ObjectInputStream,MutableAttributeSet).
|
| void | Handles writing of the given attributes.
|
Methods with parameter type java.io.ObjectOutputStream | |
| void | Write this stub to the object output stream.
|
Classes derived from java.io.ObjectOutputStream | |
| class | |
Methods with parameter type java.io.ObjectOutputStream | |
| void | Saves a Serializable listener chain to a serialization stream.
|
| void | Saves all Serializable listeners to a serialization stream.
|