public interface Marshallable
Modifier and Type | Method and Description |
---|---|
void |
marshalObject(AOByteBuffer buf)
Marshal the object into the byte buffer argument.
|
java.lang.Object |
unmarshalObject(AOByteBuffer buf)
Unmarshal from the byte buffer argument, returning
an Object that containing the unmarshalled state.
|
void marshalObject(AOByteBuffer buf)
buf
- The byte bufferjava.lang.Object unmarshalObject(AOByteBuffer buf)