| Interface | Description | 
|---|---|
| ObjectStreamContext | 
 Provides a collection of context information objects that are associated with an  
ObjectOutputStream or ObjectInputStream instance that implements this
 interface. | 
| Class | Description | 
|---|---|
| MarshalInputStream | 
 An extension of  
ObjectInputStream that implements the dynamic class loading
 semantics of Java(TM) Remote Method Invocation (Java RMI) argument and result unmarshalling
 (using RMIClassLoader). | 
| MarshalledInstance | 
 A  
MarshalledInstance contains an object in serialized form. | 
| MarshalOutputStream | 
 An extension of  
ObjectOutputStream that implements the dynamic class loading
 semantics of Java(TM) Remote Method Invocation (Java RMI) argument and result marshalling (using
 RMIClassLoader). | 
| OptimizedByteArrayInputStream | 
 This class is an optimized porting of java.io.ByteArrayInputStream: a) All methods are not
 synchronized. 
 | 
| OptimizedByteArrayOutputStream | 
 This class is an optimized porting of java.io.ByteArrayOutputStream: a) All methods are not
 synchronized. 
 | 
| Exception | Description | 
|---|---|
| UnsupportedConstraintException | 
 Typically used as the nested exception of a  
ConnectIOException if the
 constraints for a remote call cannot be satisfied. | 
Copyright © GigaSpaces.