| 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 |
| Modifier and Type | Field and Description |
|---|---|
static WriteMarshallable |
WriteMarshallable.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static <T extends WriteMarshallable> |
Wires.writeData(WireOut wireOut,
T writer) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Marshallable.$equals(WriteMarshallable $this,
Object o) |
static int |
Marshallable.$hashCode(WriteMarshallable $this) |
static String |
Marshallable.$toString(WriteMarshallable $this) |
static int |
HashWire.hash32(WriteMarshallable value) |
static long |
HashWire.hash64(WriteMarshallable value) |
WireOut |
ValueOut.marshallable(WriteMarshallable object) |
WireOut |
BinaryWire.FixedBinaryValueOut.marshallable(WriteMarshallable object) |
void |
WireType.toFile(String filename,
WriteMarshallable marshallable) |
default WireOut |
ValueOut.typedMarshallable(CharSequence typeName,
WriteMarshallable object) |
default WireOut |
ValueOut.typedMarshallable(WriteMarshallable marshallable)
To be used when you know it is a typed marshallable object.
|
static long |
WireInternal.writeData(WireOut wireOut,
boolean metaData,
boolean notComplete,
WriteMarshallable writer) |
default void |
WireOut.writeDocument(boolean metaData,
WriteMarshallable writer)
This will increment the headerNumber as appropriate if successful
|
default void |
MarshallableOut.writeDocument(WriteMarshallable writer)
Write the Marshallable as a document/message
|
default void |
WireOut.writeNotCompleteDocument(boolean metaData,
WriteMarshallable writer)
Deprecated.
|
| 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 © 2019. All rights reserved.