public class StringMarshaller extends Object implements Marshaller<String>
| Constructor and Description |
|---|
StringMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
String |
readPayload(DataInput dataIn)
Read the entry from the RawContainer
|
void |
writePayload(String object,
DataOutput dataOut)
Write the payload of this entry to the RawContainer
|
public StringMarshaller()
public void writePayload(String object, DataOutput dataOut) throws IOException
writePayload in interface Marshaller<String>object - dataOut - IOExceptionpublic String readPayload(DataInput dataIn) throws IOException
readPayload in interface Marshaller<String>dataIn - IOExceptionCopyright © 2005–2017. All rights reserved.