AnyCoding

用于处理 Any 类型的自定义 DecoderEncoder 类型

AnyDecoder

Any 解码为具体的 T 类型

AnyEncoder

将具体的 T 类型编码为 Any

EmptyDecoder

从无到有解码 T

注意