Uses of Class java.io.ObjectOutputStream

Uses in package gnu.java.rmi

Classes derived from java.io.ObjectOutputStream

class
This class is only for java.rmi.MarshalledObject to serialize object and got objBytes and locBytes

Uses in package gnu.javax.rmi.CORBA

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.

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 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.

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 gnu.java.rmi.server

Classes derived from java.io.ObjectOutputStream

class

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.