| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnyWire
A wire type than can be either
|
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
Used typically for writing in conjunction with a readAny wire
|
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
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractWire |
BinaryReadDocumentContext.wire |
Copyright © 2018. All rights reserved.