JBoss Dynamic Model Representation API 1.2.0.Beta1

Serialized Form


Package org.jboss.dmr

Class org.jboss.dmr.ModelNode extends Object implements Serializable

serialVersionUID: 2030456323088551487L

Serialization Methods

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

Class org.jboss.dmr.ValueExpression extends Object implements Serializable

serialVersionUID: -277358532170444708L

Serialization Methods

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


JBoss Dynamic Model Representation API 1.2.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.