public class ConsumerMessageRefMarshaller extends Object implements Marshaller
| Constructor and Description |
|---|
ConsumerMessageRefMarshaller() |
| 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 ConsumerMessageRefMarshaller()
public void writePayload(Object object, DataOutput dataOut) throws IOException
MarshallerwritePayload in interface Marshallerobject - dataOut - IOExceptionMarshaller.writePayload(java.lang.Object,
java.io.DataOutput)public Object readPayload(DataInput dataIn) throws IOException
MarshallerreadPayload in interface MarshallerdataIn - IOExceptionMarshaller.readPayload(java.io.DataInput)Copyright © 2005–2017. All rights reserved.