| Interface | Description |
|---|---|
| InternalWireIn |
These methods are for internal use only.
|
| Marshallable |
The implementation of this interface is both readable and writeable as marshallable data.
|
| ParameterizeWireKey |
This WireKey expects paramaters to follow in a marshallable.
|
| ReadMarshallable | |
| ValueIn |
Read in data after reading a field.
|
| ValueOut |
Write out data after writing a field.
|
| 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.
|
| WireParser |
Interface to parse arbitrary field-value data.
|
| WriteMarshallable |
| Class | Description |
|---|---|
| BinaryIntReference |
This class acts as a Binary 32-bit in values.
|
| BinaryLongArrayReference |
This class acts a Binary array of 64-bit values.
|
| BinaryLongReference | |
| BinaryWire |
This Wire is a binary translation of TextWire which is a sub set of YAML.
|
| JSONWire |
JSON wire format
|
| QueryWire |
THis wire decodes URL query strings.
|
| RawWire |
This format writes just the data, without meta data.
|
| TextLongArrayReference | |
| TextWire |
YAML Based wire format
|
| VanillaWireParser |
A simple parser to associate actions based on events/field names received.
|
| WireSerializedLambda |
Helper calls to support serialization of lambdas in Wire formats.
|
| Enum | Description |
|---|---|
| BinaryWireHighCode |
These are the ranges of values to help decode the protocol.
|
| Wires |
Created by peter.lawrey on 16/01/15.
|
| WireType |
A selection of prebuilt wire types.
|
| YamlLogging |
Class to control whether to log Yaml messages for debugging or documentation.
|
Copyright © 2015. All rights reserved.