| Package | Description |
|---|---|
| java.beans.beancontext |
Provides classes and interfaces relating to bean context.
|
| javax.management |
Provides the core classes for the Java Management Extensions.
|
| 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 void |
BeanContextServicesSupport.bcsPreDeserializationHook(ObjectInputStream
called from BeanContextSupport readObject before it deserializes the children ...
|
protected void |
BeanContextSupport.bcsPreDeserializationHook(ObjectInputStream
called by readObject after defaultReadObject() but prior to deserialization of any children.
|
protected void |
BeanContextSupport.deserialize(ObjectInputStream
used by readObject to deserialize a collection.
|
void |
BeanContextSupport.readChildren(ObjectInputStream
When an instance of this class is used as a delegate for the implementation of the BeanContext protocols (and its subprotocols) there exists a 'chicken and egg' problem during deserialization
|
| Modifier and Type | Method and Description |
|---|---|
ObjectInputStream |
MBeanServer.deserialize(ObjectName
Deprecated.
Use
getClassLoaderFor to obtain the appropriate class loader for deserialization.
|
ObjectInputStream |
MBeanServer.deserialize(String
Deprecated.
Use
MBeanServer to obtain the class loader repository and use it to deserialize.
|
ObjectInputStream |
MBeanServer.deserialize(String
Deprecated.
Use
getClassLoader to obtain the class loader for deserialization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StubDelegate.readObject(Stub
Delegation call for
Stub.readObject(java.io.ObjectInputStream).
|
| Modifier and Type | Method and Description |
|---|---|
void |
StyleContext.readAttributes(ObjectInputStream
Context-specific handling of reading in attributes
|
static void |
StyleContext.readAttributeSet(ObjectInputStream
Reads a set of attributes from the given object input stream that have been previously written out with
writeAttributeSet.
|