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 ReferenceRecordMarshaller()
public ReferenceRecord readPayload(DataInput dataIn) throws IOException
MarshallerreadPayload in interface Marshaller<ReferenceRecord>IOExceptionpublic void writePayload(ReferenceRecord rr, DataOutput dataOut) throws IOException
MarshallerwritePayload in interface Marshaller<ReferenceRecord>object - dataOut - IOExceptionMarshaller.writePayload(java.lang.Object,
java.io.DataOutput)Copyright © 2005–2017. All rights reserved.