@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 boolean |
usesSelfDescribingMessage() |
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)
wire - to write to.default void writeValue(@NotNull
@NotNull ValueOut out)
WriteValueValueOut.writeValue in interface WriteValuedefault boolean usesSelfDescribingMessage()
usesSelfDescribingMessage in interface net.openhft.chronicle.bytes.CommonMarshallableCopyright © 2020. All rights reserved.