public interface KeyedMarshallable
Marshallable that exposes a portion of its state as a key.
Useful for map-like collections where objects are identified by part of their
content.| Modifier and Type | Method and Description |
|---|---|
default void |
writeKey(@NotNull net.openhft.chronicle.bytes.Bytes<?> bytes)
Writes the key of the current instance into the provided
Bytes object. |
default void writeKey(@NotNull
@NotNull net.openhft.chronicle.bytes.Bytes<?> bytes)
Bytes object.
This default implementation utilizes the Wires.writeKey method.bytes - The Bytes object into which the key of the current instance is written.Copyright © 2026 Chronicle Software Ltd. All rights reserved.