public interface KeyedMarshallable
| 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 © 2024. All rights reserved.