| Package | Description |
|---|---|
| net.openhft.chronicle.wire |
| Modifier and Type | Class and Description |
|---|---|
class |
YamlWireOut<T extends YamlWireOut<T>>
Provides functionality for writing data in a YAML-based wire format.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CSVWire
Text based wire format for Comma Separated Values (CSV).
|
class |
JSONWire
Represents the JSON wire format for text-based marshalling and parsing.
|
class |
QueryWire
Parses a URL query string such as
"a=1&b=2". |
class |
TextWire
A representation of the YAML-based wire format.
|
class |
YamlWire
Represents a YAML-based wire format designed for efficient parsing and serialization of data.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.