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.
- Jon Parise jon@booyah.com
Google Protocol Buffers, Objective C
- Cyrus Najmabadi (http://code.google.com/p/metasyntactic/wiki/ProtocolBuffers)
- Sergey Martynov (http://github.com/martynovs/protobuf-objc)
Google Protocol Buffers
- Kenton Varda, Sanjay Ghemawat, Jeff Dean, and others