public class TransactionMarshaller extends java.lang.Object implements Marshaller
Constructor and Description |
---|
TransactionMarshaller(WireFormat wireFormat) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
readPayload(java.io.DataInput dataIn)
Read the entry from the RawContainer
|
void |
writePayload(java.lang.Object object,
java.io.DataOutput dataOut)
Write the payload of this entry to the RawContainer
|
public TransactionMarshaller(WireFormat wireFormat)
public void writePayload(java.lang.Object object, java.io.DataOutput dataOut) throws java.io.IOException
Marshaller
writePayload
in interface Marshaller
java.io.IOException
public java.lang.Object readPayload(java.io.DataInput dataIn) throws java.io.IOException
Marshaller
readPayload
in interface Marshaller
java.io.IOException
Copyright © 2005-2017. All Rights Reserved.