| 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 |
Marshallable
The implementation of this interface is both readable and write-able as marshallable data.
|
interface |
MessageHistory |
interface |
WriteMarshallable |
| 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 @NotNull WireOut |
ValueOut.array(@NotNull WriteValue writer,
@NotNull Class arrayType) |
default @NotNull WireOut |
ValueOut.sequence(WriteValue writer) |
Copyright © 2020. All rights reserved.