| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Marshallable
The implementation of this interface is both readable and writeable as marshallable data.
|
| Modifier and Type | Field and Description |
|---|---|
static WriteMarshallable |
WriteMarshallable.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static <T extends WriteMarshallable> |
Wires.writeData(WireOut wireOut,
T writer) |
static <T extends WriteMarshallable> |
Wires.writeMeta(WireOut wireOut,
T writer) |
| Modifier and Type | Method and Description |
|---|---|
WireOut |
ValueOut.marshallable(WriteMarshallable object) |
default WireOut |
ValueOut.typedMarshallable(CharSequence typeName,
WriteMarshallable object) |
default WireOut |
ValueOut.typedMarshallable(WriteMarshallable object) |
default void |
WireOut.writeDocument(boolean metaData,
WriteMarshallable writer) |
default void |
WireOut.writeNotReadyDocument(boolean metaData,
WriteMarshallable writer) |
| Modifier and Type | Method and Description |
|---|---|
WireOut |
ValueOut.typedMap(Map<? extends WriteMarshallable,? extends Marshallable> map) |
Copyright © 2015. All rights reserved.