Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1 KB

README.md

File metadata and controls

28 lines (18 loc) · 1 KB

Protocol Buffers, Objective C

An implementation of Protocol Buffers in Objective C. Additional info

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