| Interface | Description |
|---|---|
| Demarshallable |
This is similar to ReadMarshallable however it is expected that
a new potentially immutable object will be created each time.
|
| DocumentContext | |
| FieldInfo | |
| FieldNumberParselet<O> |
Created by Rob Austin - see usage in chronicle services
|
| HeadNumberChecker | |
| IntConverter | |
| KeyedMarshallable | |
| LongConverter | |
| Marshallable |
The implementation of this interface is both readable and write-able as marshallable data.
|
| MarshallableIn | |
| MarshallableOut | |
| MarshallableParser<T> | |
| MessageHistory | |
| MethodFilter | |
| MethodFilterOnFirstArg<T> | |
| ObjectIntObjectConsumer<T,V> | |
| ParameterizeWireKey |
This WireKey expects paramaters to follow in a marshallable.
|
| ReadDocumentContext | |
| ReadingMarshaller<T> | |
| ReadMarshallable |
This interface marks a object which can be reloaded from stream re-using an
existing object.
|
| ResetOverride | |
| Sequence | |
| SerializationStrategy<T> | |
| SourceContext | |
| TriConsumer<T,U,V> | |
| ValueIn |
Read in data after reading a field.
|
| ValueIn.Reader | |
| ValueOut |
Write out data after writing a field.
|
| ValueWriter<T> | |
| Wire |
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WireCommon | |
| WireIn |
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WireKey | |
| WireOut |
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WireParselet<O> | |
| WireParser<O> |
Interface to parseOne arbitrary field-value data.
|
| WriteMarshallable | |
| WriteValue | |
| WritingMarshaller<T> |
| Class | Description |
|---|---|
| AbstractAnyWire |
A wire type than can be either
TextWire BinaryWire
|
| AbstractBytesMarshallable | |
| AbstractFieldInfo | |
| AbstractMarshallable | |
| AbstractMarshallableCfg | |
| AbstractMethodWriterInvocationHandler | |
| AbstractWire | |
| BinaryMethodWriterInvocationHandler | |
| BinaryReadDocumentContext | |
| BinaryWire |
This Wire is a binary translation of TextWire which is a sub set of YAML.
|
| CharSequenceObjectMap<T> | |
| CSVWire |
YAML Based wire format
|
| DefaultValueIn | |
| DeferredTypeWire |
Used typically for writing in conjunction with a readAny wire
Ideal when some bytes have to be read before the type is know, this type is subsequently set via
wireTypeSupplier
TextWire BinaryWire |
| HashWire | |
| JSONWire |
JSON wire format
At the moment, this is a cut down version of the YAML wire format.
|
| MethodWireKey | |
| QueryWire |
THis wire decodes URL query strings.
|
| RawWire |
This format writes just the data, without meta data.
|
| ReadAnyWire |
A wire type than can be either
|
| ResultSetWireIn | |
| TextMethodTester<T> | |
| TextMethodWriterInvocationHandler | |
| TextReadDocumentContext | |
| TextWire |
YAML Based wire format
|
| VanillaFieldInfo | |
| VanillaMessageHistory | |
| VanillaMethodReader | |
| VanillaMethodReaderBuilder | |
| VanillaMethodWriterBuilder<T> | |
| VanillaWireParser<O> |
A simple parser to associate actions based on events/field names received.
|
| WireDumper | |
| WireMarshaller<T> | |
| WireMarshallerForUnexpectedFields<T> | |
| WireSerializedLambda |
Helper calls to support serialization of lambdas in Wire formats.
|
| WriteDocumentContext |
| Enum | Description |
|---|---|
| BinaryWireCode |
These are the predefined bytes codes for the Binary YAML wire format.
|
| BinaryWireHighCode |
These are the ranges of values to help decode the protocol.
|
| BracketType | |
| MarshallableOut.Padding | |
| SerializationStrategies | |
| WireIn.HeaderType | |
| WireInternal | |
| Wires | |
| WireType |
A selection of prebuilt wire types.
|
| YamlLogging |
Class to control whether to log Yaml messages for debugging or documentation.
|
| YamlLogging.YamlLoggingLevel |
| Exception | Description |
|---|---|
| UnrecoverableTimeoutException |
| Annotation Type | Description |
|---|---|
| IntConversion | |
| LongConversion |
Copyright © 2018. All rights reserved.