/protobuf-objc

Protocol Buffers for Objective C

Primary LanguageObjective-C

本项目源自Booyah的protoc-objc库,修改后支持ARC,且编译后的proto文件不会有编译warning和error

Protocol Buffers, Objective C

An implementation of Protocol Buffers in Objective C.

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. This project is based on an implementation of Protocol Buffers from Google. See the Google protobuf project for more information.

Credits

Booyah Inc.

Google Protocol Buffers, Objective C

Google Protocol Buffers

  • Kenton Varda, Sanjay Ghemawat, Jeff Dean, and others