| 接口 | 说明 |
|---|---|
| Codec<T> |
Codec interface.
|
| 类 | 说明 |
|---|---|
| BinaryCodec |
Binary type codec.
|
| BoolCodec |
Bool type codec.
|
| ByteCodec |
Byte type codec.
|
| CalendarCodec |
Calendar codec.
|
| CharCodec |
Char type codec.
|
| CodecContext |
Codec context.
|
| CodecFactory |
Codec factory.
|
| DateCodec |
Date type codec.
|
| DoubleCodec |
Double type codec.
|
| EnumCodec<T extends Enum> |
Enum type codec.
|
| FloatCodec |
Float type codec.
|
| InstantCodec |
Instant type codec.
|
| Int16Codec |
Int16 type codec.
|
| Int32Codec |
Int32 type codec.
|
| Int64Codec |
Int64 type codec.
|
| Int8Codec |
Int8 type codec.
|
| ShortCodec |
Short type codec.
|
| StringBufferCodec |
StringBuffer type codec.
|
| StringBuilderCodec |
StringBuilder type codec.
|
| StringCodec |
String type codec.
|
| TimestampCodec |
Timestamp type codec.
|
| UInt16Codec |
UInt16 type codec.
|
| UInt32Codec |
UInt32 type codec.
|
| UInt64Codec |
UInt64 type codec.
|
| UInt8Codec |
UInt8 type codec.
|
Copyright © 2019–2022 indunet. All rights reserved.