public class StringMarshaller extends Object implements CompactBytesMarshaller<String>
| Constructor and Description |
|---|
StringMarshaller(int size) |
public void write(@NotNull
Bytes bytes,
String s)
BytesMarshallerwrite in interface BytesMarshaller<String>bytes - to write tos - to write@Nullable public String read(@NotNull Bytes bytes)
BytesMarshallerread in interface BytesMarshaller<String>bytes - to readpublic byte code()
CompactBytesMarshallercode in interface CompactBytesMarshaller<String>Copyright © 2014. All Rights Reserved.