| Package | Description |
|---|---|
| net.openhft.chronicle.bytes | |
| net.openhft.chronicle.bytes.ref |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BytesMarshallable
Serialisable object that reads and writes its state directly to a
Bytes stream. |
| Modifier and Type | Method and Description |
|---|---|
void |
BytesMarshaller.writeMarshallable(WriteBytesMarshallable t,
BytesOut<?> out)
Writes all fields of
t to out using reflection. |
static void |
BytesUtil.writeMarshallable(@NotNull WriteBytesMarshallable marshallable,
BytesOut<?> bytes)
Writes a Marshallable object to a BytesOut object.
|
void |
HexDumpBytes.writeMarshallableLength16(@NotNull WriteBytesMarshallable marshallable) |
void |
BytesOut.writeMarshallableLength16(WriteBytesMarshallable marshallable)
Serialises
marshallable prefixed with a 16-bit length. |
default void |
Bytes.writeMarshallableLength16(@NotNull WriteBytesMarshallable marshallable)
Writes the content of the provided
marshallable into this Bytes object, including a 16-bit length indicator
preceding the actual object data. |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryIntArrayReference
Array of 32-bit values laid out as
[capacity][used][values...] in little-endian order. |
class |
BinaryLongArrayReference
Array of 64-bit values stored as
[capacity][used][values...] in little-endian order. |
Copyright © 2026 Chronicle Software Ltd. All rights reserved.