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
MarshallerreadPayload in interface Marshaller<ReferenceRecord>java.io.IOExceptionpublic void writePayload(ReferenceRecord rr, java.io.DataOutput dataOut) throws java.io.IOException
MarshallerwritePayload in interface Marshaller<ReferenceRecord>object - dataOut - java.io.IOExceptionMarshaller.writePayload(java.lang.Object,
java.io.DataOutput)Copyright © 2005-2012. All Rights Reserved.