| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DynamicEnum
Either the DynamicEnum must be an Enum or a class with a String name as a field.
|
interface |
Event<E extends Event<E>> |
interface |
MessageHistory |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBytesMarshallable
Deprecated.
"Use BytesInBinaryMarshallable"
|
static class |
AbstractClassGenerator.MetaData<MD extends AbstractClassGenerator.MetaData<MD>> |
class |
AbstractCommonMarshallable
This uses bytes marshallable, non self describing messages by default.
|
class |
AbstractEventCfg<E extends AbstractEventCfg<E>> |
class |
AbstractMarshallable
Deprecated.
most like SelfDescribingMarshallable should be used instead.
|
class |
AbstractMarshallableCfg |
class |
BytesInBinaryMarshallable
This uses bytes marshallable, non self describing messages by default.
|
static class |
GenerateMethodDelegate.GMDMetaData |
static class |
GenerateMethodWriter2.GMWMetaData |
class |
LongValueBitSet
This
BitSet is intended to be shared between processes. |
class |
MethodWireKey |
class |
SelfDescribingMarshallable
This uses marshallable, self describing messages by default.
|
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(@NotNull Map<K,T> map,
@NotNull Function<T,K> getKey) |
<T extends Marshallable> |
WireType.toFileAsMap(@NotNull String filename,
@NotNull Map<String,T> map) |
<T extends Marshallable> |
WireType.toFileAsMap(@NotNull String filename,
@NotNull Map<String,T> map,
boolean compact) |
Copyright © 2020. All rights reserved.