| Modifier and Type | Interface and Description |
|---|---|
interface |
Wire
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
interface |
WireIn
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
interface |
WireOut
The defines the stand interface for writing and reading sequentially to/from a Bytes stream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnyWire
A wire type than can be either
|
class |
AbstractWire |
class |
BinaryWire
This Wire is a binary translation of TextWire which is a sub set of YAML.
|
class |
CSVWire
YAML Based wire format
|
class |
DeferredTypeWire
Deprecated.
|
class |
HashWire |
class |
JSONWire
JSON wire format
At the moment, this is a cut down version of the YAML wire format.
|
class |
QueryWire
This wire decodes URL query strings.
|
class |
RawWire
This format writes just the data, without meta data.
|
class |
ReadAnyWire
A wire type than can be either
|
class |
TextWire
YAML Based wire format
|
Copyright © 2019. All rights reserved.