public class TransactionMarshaller extends Object implements Marshaller
Constructor and Description |
---|
TransactionMarshaller(WireFormat wireFormat) |
Modifier and Type | Method and Description |
---|---|
Object |
readPayload(DataInput dataIn)
Read the entry from the RawContainer
|
void |
writePayload(Object object,
DataOutput dataOut)
Write the payload of this entry to the RawContainer
|
public TransactionMarshaller(WireFormat wireFormat)
public void writePayload(Object object, DataOutput dataOut) throws IOException
Marshaller
writePayload
in interface Marshaller
IOException
public Object readPayload(DataInput dataIn) throws IOException
Marshaller
readPayload
in interface Marshaller
IOException
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.