public interface BytesMarshallable
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(Bytes in) throws IllegalStateException
in
- to read fromIllegalStateException
- if the object could not be read.void writeMarshallable(Bytes out)
out
- to write toCopyright © 2015. All rights reserved.