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
Marshaller
writePayload
in interface Marshaller
object
- dataOut
- IOException
Marshaller.writePayload(java.lang.Object,
java.io.DataOutput)
public Object readPayload(DataInput dataIn) throws IOException
Marshaller
readPayload
in interface Marshaller
dataIn
- IOException
Marshaller.readPayload(java.io.DataInput)
Copyright © 2005–2016. All rights reserved.