public final class MarshalledObject extends Object implements Serializable
Constructor and Description |
---|
MarshalledObject(Object obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Default object equality (is identity).
|
Object |
get() |
int |
hashCode()
The (default) object hashcode: for transient objects this is simply the
address of the instance in memory, for persistent objects it is the
address at which the instance was first created (maybe in a previous
activation of the VM).
|
public MarshalledObject(Object obj) throws IOException
IOException
public Object get() throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public boolean equals(Object obj)
Object
public int hashCode()
Object