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