public interface BytesMarshaller<E> extends Serializable
BytesMarshallable
E
read(Bytes bytes)
bytes
read(Bytes bytes, E e)
void
write(Bytes bytes, E e)
void write(Bytes bytes, E e)
e
@Nullable E read(Bytes bytes)
@Nullable E read(Bytes bytes, @Nullable E e)
null
Copyright © 2015. All rights reserved.