| Field and Description |
|---|
| net.openhft.chronicle.wire.Wires.NOT_READY |
| Method and Description |
|---|
| net.openhft.chronicle.wire.ValueIn.bytes(Bytes) |
| net.openhft.chronicle.wire.ValueOut.compress(String, String) |
| net.openhft.chronicle.wire.WireInternal.compress(ValueOut, String, String) |
| net.openhft.chronicle.wire.Wires.isData(long) |
| net.openhft.chronicle.wire.ValueIn.map(Class<K>, Class<V>, Map<K, V>)
use marshallableAsMap
|
| net.openhft.chronicle.wire.ValueOut.map(Map)
use marshallable(map) or object(map)
|
| net.openhft.chronicle.wire.ValueIn.map(Map<String, String>)
use marshallableAsMap
|
| net.openhft.chronicle.wire.DocumentContext.metaData(boolean) |
| net.openhft.chronicle.wire.ValueOut.typedMap(Map<? extends WriteMarshallable, ? extends Marshallable>)
use typedMarshallable(map) or object(map)
|
| net.openhft.chronicle.wire.ValueIn.typedMap(Map<K, V>)
use marshallableAsMap
|
Copyright © 2017. All rights reserved.