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.
|
usesSelfDescribingMessage
default void readMarshallable(BytesIn bytes) throws net.openhft.chronicle.core.io.IORuntimeException
ReadBytesMarshallable
readMarshallable
in interface ReadBytesMarshallable
bytes
- to read.net.openhft.chronicle.core.io.IORuntimeException
default void writeMarshallable(BytesOut bytes)
WriteBytesMarshallable
writeMarshallable
in interface WriteBytesMarshallable
bytes
- to write to.default String $toString()
Copyright © 2020. All rights reserved.