@FunctionalInterface public interface WriteMarshallable extends WriteValue, net.openhft.chronicle.bytes.CommonMarshallable
| Modifier and Type | Field and Description |
|---|---|
static WriteMarshallable |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
default net.openhft.chronicle.bytes.util.BinaryLengthLength |
binaryLengthLength() |
void |
writeMarshallable(@NotNull WireOut wire)
Write data to the wire
|
default void |
writeValue(@NotNull ValueOut out)
Writes a value to the provided
ValueOut. |
static final WriteMarshallable EMPTY
void writeMarshallable(@NotNull
@NotNull WireOut wire)
throws net.openhft.chronicle.core.io.InvalidMarshallableException
wire - to write to.net.openhft.chronicle.core.io.InvalidMarshallableExceptiondefault void writeValue(@NotNull
@NotNull ValueOut out)
throws net.openhft.chronicle.core.io.InvalidMarshallableException
WriteValueValueOut.writeValue in interface WriteValuenet.openhft.chronicle.core.io.InvalidMarshallableExceptiondefault net.openhft.chronicle.bytes.util.BinaryLengthLength binaryLengthLength()
Copyright © 2023. All rights reserved.