GNU Classpath (0.95) | |
Frames | No Frames |
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 | Saves a Serializable listener chain to a serialization stream.
|
void | Saves all Serializable listeners to a serialization stream.
|
Methods with parameter type java.io.ObjectOutputStream | |
void | Write this stub to the object output stream.
|
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.
|
GNU Classpath (0.95) |