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