Serialized Form


Package org.jboss.serial.exception

Class org.jboss.serial.exception.SerializationException extends java.io.IOException implements Serializable


Package org.jboss.serial.io

Class org.jboss.serial.io.MarshalledObject extends java.lang.Object implements Serializable

serialVersionUID: -1433248532959364465L

Serialized Fields

bytes

byte[] bytes

hash

int hash

Class org.jboss.serial.io.MarshalledObjectForLocalCalls extends java.lang.Object implements Serializable

serialVersionUID: 785809358605094514L

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.jboss.serial.objectmetamodel

Class org.jboss.serial.objectmetamodel.DataContainer extends DataExport implements Serializable

Serialization Methods

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Throws:
java.io.IOException

Package org.jboss.serial.util

Class org.jboss.serial.util.FastHashMap extends java.lang.Object implements Serializable

Serialized Fields

map

java.util.HashMap<K,V> map
The underlying map we are managing.



JBoss Serialization, a new approach to java-serialization.