模块 org.redkale
程序包 org.redkale.convert.proto
-
类概要 类 说明 ProtobufArrayDecoder<T> ProtobufArrayEncoder<T> ProtobufByteBufferReader ProtobufByteBufferWriter ProtobufCollectionDecoder<T> ProtobufCollectionEncoder<T> ProtobufConvert protobuf的Convert实现
注意:
1、 只实现proto3版本
2、 int统一使用sint32, long统一使用sint64
3、 集合统一 packed repeated
4、 目前使用的基础数据类型为:bool、sint32、sint64、float、double、bytes、string、map、AnyProtobufEnumSimpledCoder<R extends Reader,W extends Writer,E extends Enum> 枚举 的SimpledCoder实现ProtobufFactory ProtobufMapDecoder<K,V> ProtobufMapEncoder<K,V> ProtobufObjectDecoder<T> ProtobufObjectEncoder<T> ProtobufReader ProtobufStreamDecoder<T> ProtobufStreamEncoder<T> ProtobufWriter