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, isDeepCopySupported
public ObjectMarshaller()
public void writePayload(java.lang.Object object, java.io.DataOutput dataOut) throws java.io.IOException
Marshaller
java.io.IOException
public java.lang.Object readPayload(java.io.DataInput dataIn) throws java.io.IOException
Marshaller
java.io.IOException
Copyright © 2005-2017. All Rights Reserved.