| Package | Description |
|---|---|
| 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.
|
| javax.rmi.CORBA |
Contains portability APIs for RMI-IIOP.
|
| javax.swing.text |
Provides classes and interfaces that deal with editable and noneditable text components.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AWTEventMulticaster.save(ObjectOutputStream
|
protected void |
AWTEventMulticaster.saveInternal(ObjectOutputStream
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanContextServicesSupport.bcsPreSerializationHook(ObjectOutputStream
called from BeanContextSupport writeObject before it serializes the children ...
|
protected void |
BeanContextSupport.bcsPreSerializationHook(ObjectOutputStream
called by writeObject after defaultWriteObject() but prior to serialization of currently serializable children.
|
protected void |
BeanContextSupport.serialize(ObjectOutputStream
Used by writeObject to serialize a Collection.
|
void |
BeanContextSupport.writeChildren(ObjectOutputStream
Used to serialize all children of this
BeanContext.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StubDelegate.writeObject(Stub
Delegation call for
Stub.writeObject(java.io.ObjectOutputStream).
|
| Modifier and Type | Method and Description |
|---|---|
void |
StyleContext.writeAttributes(ObjectOutputStream
Context-specific handling of writing out attributes
|
static void |
StyleContext.writeAttributeSet(ObjectOutputStream
Writes a set of attributes to the given object stream for the purpose of serialization.
|