public class CommandMarshaller extends java.lang.Object implements Marshaller<java.lang.Object>
Constructor and Description |
---|
CommandMarshaller() |
CommandMarshaller(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 CommandMarshaller(WireFormat wireFormat)
public CommandMarshaller()
public void writePayload(java.lang.Object object, java.io.DataOutput dataOut) throws java.io.IOException
Marshaller
writePayload
in interface Marshaller<java.lang.Object>
java.io.IOException
public java.lang.Object readPayload(java.io.DataInput dataIn) throws java.io.IOException
Marshaller
readPayload
in interface Marshaller<java.lang.Object>
java.io.IOException
Copyright © 2005-2017. All Rights Reserved.