org.apache.activemq.store.kahadaptor
public class ReferenceRecordMarshaller extends java.lang.Object implements Marshaller<ReferenceRecord>
Constructor and Description |
---|
ReferenceRecordMarshaller() |
Modifier and Type | Method and Description |
---|---|
ReferenceRecord |
readPayload(java.io.DataInput dataIn)
Read the entry from the RawContainer
|
void |
writePayload(ReferenceRecord rr,
java.io.DataOutput dataOut)
Write the payload of this entry to the RawContainer
|
public ReferenceRecordMarshaller()
public ReferenceRecord readPayload(java.io.DataInput dataIn) throws java.io.IOException
Marshaller
readPayload
in interface Marshaller<ReferenceRecord>
java.io.IOException
public void writePayload(ReferenceRecord rr, java.io.DataOutput dataOut) throws java.io.IOException
Marshaller
writePayload
in interface Marshaller<ReferenceRecord>
object
- dataOut
- java.io.IOException
Marshaller.writePayload(java.lang.Object,
java.io.DataOutput)
Copyright © 2005-2014. All Rights Reserved.