API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi. MarshalledObject View Source
Author(s)
Ann Wollrath
Peter Jones
Since
1.2
Version
1.35, 11/17/05
Serial
Hierarchy
 Object
      MarshalledObject
Implements
 Serializable
Subclasses
Description
publicfinal class MarshalledObject
  A MarshalledObject contains a byte stream with the serialized representation of an object given to its constructor.
See also:   
Constructors
public MarshalledObject ( T obj) throws IOException
  Creates a new MarshalledObject that contains the serialized representation of the current state of the supplied object.
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Compares this MarshalledObject to another object.
public T get () throws IOException ClassNotFoundException
  Returns a new copy of the contained marshalledobject.
public int hashCode ()
  Return a hash code for this MarshalledObject.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar