已经编译好的protoc可执行命令文件可将.proto转为.proto.h和.proto.m文件在iOS和Mac开发中解析Google Protobuf数据
Protobuf是Google公司内部的混合语言数据标准,全称是Google Protocol Buffer,Protobuf是一种更小、更快、更简单的结构化数据存储格式,可用于序列化返回数据,目前已经支持生成Java,Python,Objective-C,C++代码。本文将介绍如何将Proto文件编译为Obj-C源码文件,方便在iOS和Mac平台上面,使用Xcode开发并存储解析Protobuf文件。
文件列表
protoc-3.zip
(预估有个18文件)
protoc-3
bin
protoc
11.62MB
include
google
protobuf
descriptor.proto
37KB
timestamp.proto
6KB
duration.proto
5KB
compiler
暂无评论