Java Platform 1.2
Beta 4

Uses of Class
java.io.ObjectOutputStream

Packages that use ObjectOutputStream
com.sun.java.swing.text Provides classes and interfaces that deal with editable and noneditable text components.  
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.beans.beancontext Provides classes and interfaces relating to bean context.  
 

Uses of ObjectOutputStream in com.sun.java.swing.text
 

Methods in com.sun.java.swing.text with parameters of type ObjectOutputStream
 void StyleContext.writeAttributes(ObjectOutputStream out, AttributeSet a)
          Context-specific handling of writing out attributes
static void StyleContext.writeAttributeSet(ObjectOutputStream out, AttributeSet a)
          Writes a set of attributes to the given object stream for the purpose of serialization.
 

Uses of ObjectOutputStream in java.awt
 

Methods in java.awt with parameters of type ObjectOutputStream
protected  void AWTEventMulticaster.saveInternal(ObjectOutputStream s, String k)
           
protected static void AWTEventMulticaster.save(ObjectOutputStream s, String k, EventListener l)
           
 

Uses of ObjectOutputStream in java.beans.beancontext
 

Methods in java.beans.beancontext with parameters of type ObjectOutputStream
protected  void BeanContextSupport.bcsPreSerializationHook(ObjectOutputStream oos)
          called by writeObject after defaultWriteObject() but prior to serialization of currently serializable children.
protected  void BeanContextSupport.serialize(ObjectOutputStream oos, Collection coll)
           
 void BeanContextSupport.writeChildren(ObjectOutputStream oos)
           
protected  void BeanContextServicesSupport.bcsPreSerializationHook(ObjectOutputStream oos)
          called from BeanContextSupport writeObject before it serializes the children ...
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.