| Package | Description |
|---|---|
| net.openhft.chronicle.wire.converter |
| Modifier and Type | Class and Description |
|---|---|
interface |
Base16
Annotation for fields or parameters to indicate that the annotated long value
represents a string of 0 to 16 characters encoded in Base16.
|
interface |
Base64
Annotation to indicate that a given field or parameter, represented as a long value,
should be treated as a string containing 0 to 10 characters in Base64 format.
|
interface |
Base85
Annotation to indicate that a given field or parameter, represented as a long value,
should be treated as a string containing 0 to 10 characters in Base85 format.
|
interface |
Id
Annotation used to signify that the annotated field or parameter represents an identifier,
specifically as a Nanosecond resolution timestamp from epoch.
|
interface |
NanoTime
Annotation to indicate that a given field or parameter, represented as a long value,
should be treated as a timestamp with nanosecond resolution, based from the epoch.
|
interface |
Words
Annotates fields or parameters to signify that the long value represents a string consisting
of 0 to 6 words using a base 2048 encoding.
|
Copyright © 2023. All rights reserved.