public class CommandMarshaller extends Object implements Marshaller<Object>
| Constructor and Description |
|---|
CommandMarshaller() |
CommandMarshaller(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 CommandMarshaller(WireFormat wireFormat)
public CommandMarshaller()
public void writePayload(Object object, DataOutput dataOut) throws IOException
MarshallerwritePayload in interface Marshaller<Object>IOExceptionpublic Object readPayload(DataInput dataIn) throws IOException
MarshallerreadPayload in interface Marshaller<Object>IOExceptionCopyright © 2005–2017. All rights reserved.