| 接口 | 说明 |
|---|---|
| Codec<T> |
Interface for Codec.
|
| 类 | 说明 |
|---|---|
| AsciiArrayCodec |
Codec for Ascii array type.
|
| AsciiCodec |
Codec for ASCII type.
|
| BinaryCodec |
Codec for handling byte array type.
|
| BoolArrayCodec |
Codec for Boolean array type.
|
| BoolCodec |
Codec for Boolean type.
|
| ByteCodec |
Codec for Byte type.
|
| CharArrayCodec |
Codec for Char array type.
|
| CharCodec |
Codec for Character type.
|
| CodecContext |
The CodecContext class.
|
| DateCodec |
Codec for Date type.
|
| DoubleArrayCodec |
Codec for Double Array type.
|
| DoubleCodec |
Codec for Double type.
|
| EnumCodec<T extends Enum> |
Codec for Enum type.
|
| FloatArrayCodec |
Codec for Float Array type.
|
| FloatCodec |
Codec for Float type.
|
| Int16ArrayCodec |
Codec for Int16 Array type.
|
| Int16Codec |
Codec for Int16 type.
|
| Int32ArrayCodec |
Codec for Int32 Array type.
|
| Int32Codec |
Codec for Int32 type.
|
| Int64ArrayCodec |
Codec for Int64 Array type.
|
| Int64Codec |
Codec for Int64 type.
|
| Int8ArrayCodec |
Codec for Int8 Array type.
|
| Int8Codec |
Codec for Int8 type.
|
| ShortArrayCodec |
Codec for Short Array type.
|
| ShortCodec |
Codec for Short type.
|
| StringCodec |
Codec for String type.
|
| UInt16ArrayCodec |
Codec for UInt16 Array type.
|
| UInt16Codec |
Codec for UInt16 type.
|
| UInt32ArrayCodec |
Codec for UInt32 Array type.
|
| UInt32Codec |
Codec for UInt32 type.
|
| UInt64ArrayCodec |
Codec for UInt64 Array type.
|
| UInt64Codec |
Codec for UInt64 type.
|
| UInt8ArrayCodec |
Codec for UInt8 Array type.
|
| UInt8Codec |
Codec for UInt8 type.
|
Copyright © 2019–2025 indunet. All rights reserved.