public class StoreEntryMarshaller extends Object implements Marshaller
| Constructor and Description |
|---|
StoreEntryMarshaller() |
| 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 StoreEntryMarshaller()
public void writePayload(Object object, DataOutput dataOut) throws IOException
MarshallerwritePayload in interface MarshallerIOExceptionpublic Object readPayload(DataInput dataIn) throws IOException
MarshallerreadPayload in interface MarshallerIOExceptionCopyright © 2005–2017. All rights reserved.