| Interface | Description |
|---|---|
| Demarshallable |
This is similar to ReadMarshallable however it is expected that
a new potentially immutable object will be created each time.
|
| DocumentContext |
Created by peter on 24/12/15.
|
| Marshallable |
The implementation of this interface is both readable and write-able as marshallable data.
|
| MarshallableIn |
Created by peter on 22/04/16.
|
| MarshallableOut |
Created by peter.lawrey on 06/02/2016.
|
| MarshallableParser<T> |
Created by peter.lawrey on 31/01/2016.
|
| MessageHistory |
Created by peter on 27/03/16.
|
| ParameterizeWireKey |
This WireKey expects paramaters to follow in a marshallable.
|
| ReadingMarshaller<T> |
Created by peter.lawrey on 10/10/2015.
|
| ReadMarshallable |
This interface marks a object which can be reloaded from stream re-using an
existing object.
|
| SerializationStrategy<T> |
Created by peter on 10/05/16.
|
| SourceContext |
Created by peter on 12/05/16.
|
| ValueIn |
Read in data after reading a field.
|
| ValueOut |
Write out data after writing a field.
|
| ValueWriter<T> |
Created by peter.lawrey on 31/01/2016.
|
| Wire |
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WireCommon |
Created by peter on 30/06/15.
|
| WireIn |
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WireKey |
Created by peter.lawrey on 1/10/15.
|
| WireOut |
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| WireParselet<O> |
Created by peter.lawrey on 06/02/2016.
|
| WireParser<O> |
Interface to parseOne arbitrary field-value data.
|
| WriteMarshallable | |
| WriteValue |
Created by peter on 26/12/15.
|
| WritingMarshaller<T> |
Created by peter.lawrey on 10/10/2015.
|
| Class | Description |
|---|---|
| AbstractAnyWire |
A wire type than can be either
TextWire BinaryWire
|
| AbstractMarshallable |
Created by peter on 16/03/16.
|
| AbstractWire |
Created by peter on 10/03/16.
|
| BinaryWire |
This Wire is a binary translation of TextWire which is a sub set of YAML.
|
| CSVWire |
YAML Based wire format
|
| DefaultValueIn |
Created by peter.lawrey on 02/02/2016.
|
| 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 |
Created by peter.lawrey on 05/02/2016.
|
| JSONWire |
JSON wire format
At the moment, this is a cut down version of the YAML wire format.
|
| Main |
Simple, cut down bootstrap for application configuration.
|
| MethodReader |
Created by peter on 24/03/16.
|
| MethodWriterBuilder<T> |
Created by peter on 28/03/16.
|
| MethodWriterInvocationHandler |
Created by peter on 25/03/16.
|
| 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
|
| ReadDocumentContext |
Created by peter on 24/12/15.
|
| ResultSetWireIn |
Created by peter on 06/04/16.
|
| TextWire |
YAML Based wire format
|
| VanillaMessageHistory |
Created by peter on 27/03/16.
|
| VanillaWireParser<O> |
A simple parser to associate actions based on events/field names received.
|
| WireMarshaller<T> |
Created by peter on 16/03/16.
|
| WireSerializedLambda |
Helper calls to support serialization of lambdas in Wire formats.
|
| WriteDocumentContext |
Created by peter on 24/12/15.
|
| 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 |
Created by peter on 11/05/16.
|
| SerializationStrategies |
Created by peter on 10/05/16.
|
| WireIn.HeaderType | |
| WireInternal |
Created by peter.lawrey on 16/01/15.
|
| Wires |
Created by peter on 31/08/15.
|
| WireType |
A selection of prebuilt wire types.
|
| YamlLogging |
Class to control whether to log Yaml messages for debugging or documentation.
|
| YamlLogging.YamlLoggingLevel |
Copyright © 2016. All rights reserved.