Serialized Form
serialVersionUID: 2030456323088551487L
readExternal
public void readExternal(ObjectInput in)
throws IOException
- Read this node's content in binary format from the given source.
- Throws:
IOException - if an I/O error occurs
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Write this node's content in binary format to the given target.
- Throws:
IOException - if an I/O error occurs
serialVersionUID: -277358532170444708L
readExternal
public void readExternal(ObjectInput in)
throws IOException
- Deserialize this instance.
- Throws:
IOException - if a serialization error occurs
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Serialize this instance.
- Throws:
IOException - if a serialization error occurs
Copyright © 2010 JBoss, a division of Red Hat, Inc.