| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageHistory
Created by peter on 27/03/16.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMarshallable
Created by peter on 16/03/16.
|
class |
VanillaMessageHistory
Created by peter on 27/03/16.
|
| Modifier and Type | Method and Description |
|---|---|
default <T extends Marshallable> |
Marshallable.copyFrom(T t) |
default <T extends Marshallable> |
Marshallable.deepCopy() |
static <T extends Marshallable> |
Wires.deepCopy(T marshallable) |
default <K,T extends Marshallable> |
Marshallable.mergeToMap(Map<K,T> map,
java.util.function.Function<T,K> getKey) |
<T extends Marshallable> |
WireType.toFileAsMap(String filename,
Map<String,T> map) |
<T extends Marshallable> |
WireType.toFileAsMap(String filename,
Map<String,T> map,
boolean compact) |
| Modifier and Type | Method and Description |
|---|---|
WireOut |
BinaryWire.FixedBinaryValueOut.typedMap(Map<? extends WriteMarshallable,? extends Marshallable> map) |
WireOut |
ValueOut.typedMap(Map<? extends WriteMarshallable,? extends Marshallable> map)
Deprecated.
use typedMarshallable(map) or object(map)
|
Copyright © 2016. All rights reserved.