| Interface | Description |
|---|---|
| Codec<T> |
Common interface representing a utility which knows how to serialize and deserialize a given type of object.
|
| Decoder |
Interface for decoding data.
|
| Encoder |
Interface for encoding data.
|
| Class | Description |
|---|---|
| AsyncFunctions |
Static utility methods for operating with
AsyncFunction. |
| BinaryDecoder |
An
Decoder for binary-format data. |
| BinaryEncoder |
An
Encoder for binary-format data. |
| BufferedEncoder |
A
Encoder that performs all writes to in memory buffer. |
| ByteBufferInputStream |
InputStream that reads a ByteBuffer. |
Copyright © 2019 CDAP Licensed under the Apache License, Version 2.0.