public class ObjectMarshaller extends VariableMarshaller<java.lang.Object>
| Constructor and Description |
|---|
ObjectMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
readPayload(java.io.DataInput dataIn)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(java.lang.Object object,
java.io.DataOutput dataOut)
Write the payload of the object to the DataOutput stream.
|
deepCopy, getFixedSize, isDeepCopySupportedpublic ObjectMarshaller()
public void writePayload(java.lang.Object object, java.io.DataOutput dataOut) throws java.io.IOException
Marshallerjava.io.IOExceptionpublic java.lang.Object readPayload(java.io.DataInput dataIn) throws java.io.IOException
Marshallerjava.io.IOExceptionCopyright © 2005-2012. All Rights Reserved.