public class ObjectMarshaller extends VariableMarshaller<Object>
| Constructor and Description |
|---|
ObjectMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
Object |
readPayload(DataInput dataIn)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(Object object,
DataOutput dataOut)
Write the payload of the object to the DataOutput stream.
|
deepCopy, getFixedSize, isDeepCopySupportedpublic ObjectMarshaller()
public void writePayload(Object object, DataOutput dataOut) throws IOException
MarshallerIOExceptionpublic Object readPayload(DataInput dataIn) throws IOException
MarshallerIOExceptionCopyright © 2005–2017 FuseSource, Corp.. All rights reserved.