java.rmi.MarshalledObject Class in Java
java.rmi.MarshalledObject is a java class, a MarshalledObject contains a byte stream with the serialized representation of an object given to its constructor, The contained object is serialized and deserialized with the same serialization semantics used for marshaling and unmarshaling parameters. Si