| 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. |
interface |
ReadBytesMarshallable
Functional interface to facilitate the reading of data directly as Bytes.
|
interface |
WriteBytesMarshallable
Functional interface for objects that can serialise their state directly to a
BytesOut stream. |
| 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.