| Modifier and Type | Interface and Description |
|---|---|
interface |
Marshallable
The implementation of this interface is both readable and write-able as marshallable data.
|
interface |
MessageHistory |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBytesMarshallable |
class |
AbstractMarshallable |
class |
AbstractMarshallableCfg |
class |
LongValueBitSet
This
BitSet is intended to be shared between processes. |
class |
MethodWireKey |
class |
VanillaMessageHistory |
class |
WireSerializedLambda
Helper calls to support serialization of lambdas in Wire formats.
|
| Modifier and Type | Field and Description |
|---|---|
static ReadMarshallable |
ReadMarshallable.DISCARD |
| Modifier and Type | Method and Description |
|---|---|
default <O,T extends ReadMarshallable,C extends Collection<T>> |
ValueIn.collection(O o,
Function<O,T> tSupplier) |
default <O,T extends ReadMarshallable> |
ValueIn.list(O o,
Function<O,T> tSupplier) |
default <O,T extends ReadMarshallable> |
ValueIn.set(O o,
Function<O,T> tSupplier) |
<K extends ReadMarshallable,V extends ReadMarshallable> |
DefaultValueIn.typedMap(Map<K,V> usingMap) |
<K extends ReadMarshallable,V extends ReadMarshallable> |
DefaultValueIn.typedMap(Map<K,V> usingMap) |
<K extends ReadMarshallable,V extends ReadMarshallable> |
BinaryWire.BinaryValueIn.typedMap(Map<K,V> usingMap) |
<K extends ReadMarshallable,V extends ReadMarshallable> |
BinaryWire.BinaryValueIn.typedMap(Map<K,V> usingMap) |
<K extends ReadMarshallable,V extends ReadMarshallable> |
ValueIn.typedMap(Map<K,V> usingMap)
Deprecated.
use marshallableAsMap
|
<K extends ReadMarshallable,V extends ReadMarshallable> |
ValueIn.typedMap(Map<K,V> usingMap)
Deprecated.
use marshallableAsMap
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BinaryWire.BinaryValueIn.marshallable(ReadMarshallable object) |
default boolean |
ValueIn.marshallable(ReadMarshallable object) |
boolean |
BinaryWire.BinaryValueIn.marshallable(ReadMarshallable object,
boolean overwrite) |
default void |
WireIn.rawReadData(ReadMarshallable marshallable) |
static void |
WireInternal.rawReadData(WireIn wireIn,
ReadMarshallable dataConsumer) |
static boolean |
WireInternal.readData(long offset,
WireIn wireIn,
ReadMarshallable metaDataConsumer,
ReadMarshallable dataConsumer) |
static boolean |
WireInternal.readData(WireIn wireIn,
ReadMarshallable metaDataConsumer,
ReadMarshallable dataConsumer) |
default boolean |
WireIn.readDocument(long position,
ReadMarshallable metaDataConsumer,
ReadMarshallable dataConsumer) |
default boolean |
MarshallableIn.readDocument(ReadMarshallable reader) |
default boolean |
WireIn.readDocument(ReadMarshallable metaDataConsumer,
ReadMarshallable dataConsumer) |
static long |
Wires.readWire(WireIn wireIn,
long size,
ReadMarshallable readMarshallable) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
BinaryWire.BinaryValueIn.typedMarshallable(Function<Class,ReadMarshallable> marshallableFunction) |
default <T> T |
ValueIn.typedMarshallable(Function<Class,ReadMarshallable> marshallableFunction) |
Copyright © 2019. All rights reserved.