public class ObjectMarshaller extends Object implements Marshaller
| Constructor and Description |
|---|
ObjectMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
Object |
readPayload(DataInput dataIn)
Read the entry from the RawContainer
|
void |
writePayload(Object object,
DataOutput dataOut)
Write the payload of this entry to the RawContainer
|
public ObjectMarshaller()
public void writePayload(Object object, DataOutput dataOut) throws IOException
writePayload in interface Marshallerobject - dataOut - IOExceptionpublic Object readPayload(DataInput dataIn) throws IOException
readPayload in interface MarshallerdataIn - IOExceptionCopyright © 2005–2017. All rights reserved.