Uses of Class java.io.ObjectOutputStream

Uses in package java.beans.beancontext

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.

Uses in package java.awt

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.

Uses in package javax.rmi.CORBA

Methods with parameter type java.io.ObjectOutputStream

void
Write this stub to the object output stream.

Uses in package javax.swing.text

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.