| Class and Description |
|---|
| AbstractAnyWire
A wire type than can be either
|
| AbstractFieldInfo |
| AbstractMarshallable |
| AbstractMethodWriterInvocationHandler |
| AbstractWire |
| BinaryWire
This Wire is a binary translation of TextWire which is a sub set of YAML.
|
| BinaryWire.BinaryValueIn |
| BinaryWire.FixedBinaryValueOut |
| 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 |
| CSVWire
YAML Based wire format
|
| Demarshallable
This is similar to ReadMarshallable however it is expected that
a new potentially immutable object will be created each time.
|
| DocumentContext |
| FieldInfo |
| FieldNumberParselet
Created by Rob Austin - see usage in chronicle services
|
| HeadNumberChecker |
| IntConverter |
| JSONWire
JSON wire format
At the moment, this is a cut down version of the YAML wire format.
|
| LongConverter |
| Marshallable
The implementation of this interface is both readable and write-able as marshallable data.
|
| MarshallableIn |
| MarshallableOut |
| MarshallableOut.Padding |
| MessageHistory |
| MethodFilterOnFirstArg |
| ObjectIntObjectConsumer |
| ReadDocumentContext |
| ReadMarshallable
This interface marks a object which can be reloaded from stream re-using an
existing object.
|
| Sequence |
| SerializationStrategies |
| SerializationStrategy |
| SourceContext |
| TextMethodTester |
| TextWire
YAML Based wire format
|
| TriConsumer |
| UnrecoverableTimeoutException |
| ValueIn
Read in data after reading a field.
|
| ValueIn.Reader |
| ValueOut
Write out data after writing a field.
|
| VanillaMethodReader |
| VanillaMethodReaderBuilder |
| VanillaMethodWriterBuilder |
| VanillaWireParser
A simple parser to associate actions based on events/field names received.
|
| Wire
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WireCommon |
| WireDumper |
| WireIn
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WireIn.HeaderType |
| WireInternal |
| WireKey |
| WireMarshaller |
| WireOut
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WireParselet |
| WireParser
Interface to parseOne arbitrary field-value data.
|
| Wires |
| WireType
A selection of prebuilt wire types.
|
| WriteMarshallable |
| WriteValue |
| YamlLogging
Class to control whether to log Yaml messages for debugging or documentation.
|
| YamlLogging.YamlLoggingLevel |
Copyright © 2018. All rights reserved.