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
- IOException
public MessageId readPayload(DataInput dataIn) throws IOException
readPayload
in interface Marshaller<MessageId>
dataIn
- IOException
Copyright © 2005–2014. All rights reserved.