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.IOException
public MessageId readPayload(java.io.DataInput dataIn) throws java.io.IOException
readPayload
in interface Marshaller<MessageId>
dataIn
- java.io.IOException
Copyright © 2005-2017. All Rights Reserved.