@FunctionalInterface public interface WriteMarshallable extends WriteValue
| Modifier and Type | Field and Description |
|---|---|
static WriteMarshallable |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
void |
writeMarshallable(WireOut wire)
Write data to the wire
|
default void |
writeValue(ValueOut out) |
static final WriteMarshallable EMPTY
void writeMarshallable(@NotNull
WireOut wire)
wire - to write to.default void writeValue(@NotNull
ValueOut out)
writeValue in interface WriteValueCopyright © 2019. All rights reserved.