public class ReferenceRecordMarshaller extends Object implements Marshaller<ReferenceRecord>
Constructor and Description |
---|
ReferenceRecordMarshaller() |
Modifier and Type | Method and Description |
---|---|
ReferenceRecord |
readPayload(DataInput dataIn)
Read the entry from the RawContainer
|
void |
writePayload(ReferenceRecord rr,
DataOutput dataOut)
Write the payload of this entry to the RawContainer
|
public ReferenceRecord readPayload(DataInput dataIn) throws IOException
Marshaller
readPayload
in interface Marshaller<ReferenceRecord>
IOException
public void writePayload(ReferenceRecord rr, DataOutput dataOut) throws IOException
Marshaller
writePayload
in interface Marshaller<ReferenceRecord>
object
- dataOut
- IOException
Marshaller.writePayload(java.lang.Object,
java.io.DataOutput)
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.