Package net.jini.io
package net.jini.io
-
ClassDescriptionAn extension of
ObjectInputStreamthat implements the dynamic class loading semantics of Java(TM) Remote Method Invocation (Java RMI) argument and result unmarshalling (usingRMIClassLoader).AMarshalledInstancecontains an object in serialized form.An extension ofObjectOutputStreamthat implements the dynamic class loading semantics of Java(TM) Remote Method Invocation (Java RMI) argument and result marshalling (usingRMIClassLoader).Provides a collection of context information objects that are associated with anObjectOutputStreamorObjectInputStreaminstance that implements this interface.This class is an optimized porting of java.io.ByteArrayInputStream: a) All methods are not synchronized.This class is an optimized porting of java.io.ByteArrayOutputStream: a) All methods are not synchronized.Typically used as the nested exception of aConnectIOExceptionif the constraints for a remote call cannot be satisfied.