public interface BytesMarshallable
BytesMarshaller| Modifier and Type | Method and Description |
|---|---|
void |
readMarshallable(Bytes in)
read an object from bytes
|
void |
writeMarshallable(Bytes out)
write an object to bytes
|
void readMarshallable(@NotNull
Bytes in)
throws IllegalStateException
in - to read fromIllegalStateException - if the object could not be read.void writeMarshallable(@NotNull
Bytes out)
out - to write toCopyright © 2014. All Rights Reserved.