Uses of Class
java.io.ObjectOutputStream
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides classes and interfaces relating to bean context.
Provides classes and interfaces that deal with editable and noneditable text
components.
-
Uses of ObjectOutputStream in java.awt
Modifier and TypeMethodDescriptionprotected static void
AWTEventMulticaster.save
(ObjectOutputStream s, String k, EventListener l) Saves a Serializable listener chain to a serialization stream.protected void
AWTEventMulticaster.saveInternal
(ObjectOutputStream s, String k) Serialization support. -
Uses of ObjectOutputStream in java.beans.beancontext
Modifier and TypeMethodDescriptionprotected void
BeanContextServicesSupport.bcsPreSerializationHook
(ObjectOutputStream oos) called from BeanContextSupport writeObject before it serializes the children ...protected void
BeanContextSupport.bcsPreSerializationHook
(ObjectOutputStream oos) called by writeObject after defaultWriteObject() but prior to serialization of currently serializable children.protected final void
BeanContextSupport.serialize
(ObjectOutputStream oos, Collection<?> coll) Used by writeObject to serialize a Collection.final void
BeanContextSupport.writeChildren
(ObjectOutputStream oos) Used to serialize all children of thisBeanContext
. -
Uses of ObjectOutputStream in javax.swing.text
Modifier and TypeMethodDescriptionvoid
StyleContext.writeAttributes
(ObjectOutputStream out, AttributeSet a) Context-specific handling of writing out attributesstatic void
StyleContext.writeAttributeSet
(ObjectOutputStream out, AttributeSet a) Writes a set of attributes to the given object stream for the purpose of serialization.