MessagePack 1.0.0

MessagePack 1.0.0

TestsTested
LangLanguage CC
License Apache 2
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Chris Hulbert

Extremely efficient object serialization library. It's like JSON, but very fast and small.

This is a wrapper for the C MessagePack parser, building the bridge to Objective-C. In a similar way to the JSON framework, this parses MessagePack into NSDictionaries, NSArrays, NSNumbers, NSStrings, and NSNulls. This contains a small patch to the C library so that it doesn't segfault with a byte alignment error when running on the iPhone in armv7 mode. Please note that the parser has been extensively tested, however the packer has not been. Please get in touch if it has issues.

Installation

pod 'MessagePack'

Authors

Chris Hulbert

License

Apache 2