类的使用
org.redkale.convert.BinaryConvert
-
使用BinaryConvert的程序包 程序包 说明 org.redkale.convert.pb -
-
org.redkale.convert.pb中BinaryConvert的使用
org.redkale.convert.pb中BinaryConvert的子类 修饰符和类型 类 说明 class
ProtobufConvert
protobuf的Convert实现
注意:
1、 只实现proto3版本
2、 int统一使用sint32, long统一使用sint64
3、 集合统一 packed repeated
4、 目前使用的基础数据类型为:bool、sint32、sint64、float、double、bytes、string、map、Any
-