Serialized Form
-
Package org.jboss.marshalling.serial
-
Class org.jboss.marshalling.serial.ExternalizedObject extends Object implements Serializable
- serialVersionUID:
- -7764783599281227099L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-