public interface BytesMarshallable extends ReadBytesMarshallable, WriteBytesMarshallable
| Modifier and Type | Method and Description |
|---|---|
default String |
$toString() |
default void |
readMarshallable(BytesIn bytes)
Bytes to read.
|
default void |
writeMarshallable(BytesOut bytes)
Write to Bytes.
|
usesSelfDescribingMessagedefault void readMarshallable(BytesIn bytes) throws net.openhft.chronicle.core.io.IORuntimeException
ReadBytesMarshallablereadMarshallable in interface ReadBytesMarshallablebytes - to read.net.openhft.chronicle.core.io.IORuntimeExceptiondefault void writeMarshallable(BytesOut bytes)
WriteBytesMarshallablewriteMarshallable in interface WriteBytesMarshallablebytes - to write to.default String $toString()
Copyright © 2020. All rights reserved.