| 类 | 说明 |
|---|---|
| ProtobufArrayDecoder<T> | |
| ProtobufArrayEncoder<T> | |
| ProtobufByteBufferReader | |
| ProtobufByteBufferWriter | |
| ProtobufCollectionDecoder<T> | |
| ProtobufCollectionEncoder<T> | |
| ProtobufConvert |
protobuf的Convert实现
注意: 1、 只实现proto3版本 2、 int统一使用sint32, long统一使用sint64 3、集合统一 packed repeated |
| ProtobufEnumSimpledCoder<R extends org.redkale.convert.Reader,W extends org.redkale.convert.Writer,E extends Enum> |
枚举 的SimpledCoder实现
详情见: https://redkale.org
|
| ProtobufFactory | |
| ProtobufMapDecoder<K,V> | |
| ProtobufMapEncoder<K,V> | |
| ProtobufObjectDecoder<T> | |
| ProtobufReader | |
| ProtobufStreamDecoder<T> | |
| ProtobufStreamEncoder<T> | |
| ProtobufWriter |
Copyright © 2020. All rights reserved.