Example usage for Java java.rmi MarshalledObject fields, constructors, methods, implement or subclass
The text is from its open source code.
MarshalledObject(T obj) Creates a new MarshalledObject that contains the serialized representation of the current state of the supplied object. |
T | get() Returns a new copy of the contained marshalledobject. |
int | hashCode() Return a hash code for this MarshalledObject . |