org.jboss.serial.io
Class MarshalledObject
java.lang.Object
org.jboss.serial.io.MarshalledObject
- All Implemented Interfaces:
- java.io.Serializable
- public class MarshalledObject
- extends java.lang.Object
- implements java.io.Serializable
Turns content into a byte array that is delayed in unmarshalling. JBoss Serialization
equivalent to java.rmi.MarshalledObject
- Version:
- $Revision: 1.1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(java.lang.Object o)
|
java.lang.Object |
get()
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
MarshalledObject
public MarshalledObject()
MarshalledObject
public MarshalledObject(java.lang.Object obj)
throws java.io.IOException
get
public java.lang.Object get()
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
JBoss Serialization, a new approach to java-serialization.