org.apache.activemq.store.kahadaptor
Class ReferenceRecordMarshaller
java.lang.Object
org.apache.activemq.store.kahadaptor.ReferenceRecordMarshaller
- All Implemented Interfaces:
- Marshaller<ReferenceRecord>
public class ReferenceRecordMarshaller
- extends Object
- implements Marshaller<ReferenceRecord>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferenceRecordMarshaller
public ReferenceRecordMarshaller()
readPayload
public ReferenceRecord readPayload(DataInput dataIn)
throws IOException
- Description copied from interface:
Marshaller
- Read the entry from the RawContainer
- Specified by:
readPayload in interface Marshaller<ReferenceRecord>
- Returns:
- unmarshalled object
- Throws:
IOException
writePayload
public void writePayload(ReferenceRecord rr,
DataOutput dataOut)
throws IOException
- Description copied from interface:
Marshaller
- Write the payload of this entry to the RawContainer
- Specified by:
writePayload in interface Marshaller<ReferenceRecord>
- Parameters:
object - dataOut -
- Throws:
IOException- See Also:
Marshaller.writePayload(java.lang.Object,
java.io.DataOutput)
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.