| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageHistory |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBytesMarshallable |
class |
AbstractMarshallable |
class |
AbstractMarshallableCfg |
class |
MethodWireKey |
class |
VanillaMessageHistory |
| Modifier and Type | Method and Description |
|---|---|
default <T extends Marshallable> |
Marshallable.copyFrom(T t)
Deprecated.
|
default <T extends Marshallable> |
Marshallable.copyTo(T t) |
static <T extends Marshallable> |
Wires.deepCopy(T marshallable) |
default <K,T extends Marshallable> |
Marshallable.mergeToMap(Map<K,T> map,
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 |
ValueOut.typedMap(Map<? extends WriteMarshallable,? extends Marshallable> map)
Deprecated.
use typedMarshallable(map) or object(map)
|
WireOut |
BinaryWire.FixedBinaryValueOut.typedMap(Map<? extends WriteMarshallable,? extends Marshallable> map) |
Copyright © 2018. All rights reserved.