| Modifier and Type | Method and Description |
|---|---|
default void |
MarshallableOut.writeBytes(net.openhft.chronicle.bytes.WriteBytesMarshallable marshallable) |
default <T> void |
MarshallableOut.writeDocument(T t,
BiConsumer<ValueOut,T> writer)
Write an object with a custom marshalling.
|
default void |
MarshallableOut.writeDocument(WriteMarshallable writer)
Write the Marshallable as a document/message
|
default void |
MarshallableOut.writeMap(Map<?,?> map)
Write a Map as a marshallable
|
default void |
MarshallableOut.writeMessage(WireKey key,
Object value)
Wrie a key and value which could be a scalar or a marshallable.
|
default void |
MarshallableOut.writeText(CharSequence text) |
default DocumentContext |
MarshallableOut.writingDocument()
Start a document which is completed when DocumentContext.close() is called.
|
DocumentContext |
MarshallableOut.writingDocument(boolean metaData) |
Copyright © 2018. All rights reserved.