0
点赞
收藏
分享

微信扫一扫

Protobuf 介绍与实战15:字段类型?数据类型说明

  1  go grpc-go 相关技术专栏 总入口

  2  Protobuf介绍与实战 图文专栏 文章目录

目前proto支持的数据类型,如下:

.protoType 说明 C++ Java Python Go Ruby C# PHP
double double double float float64 Float double float
float float float float float32 Float float float
int32 变长编码 int32 int int int32 Fixnum或Bignum int integer
uint32 变长编码 uint32 int int/long uint32
举报

相关推荐

0 条评论