AFMsgPackSerialization 0.0.1

AFMsgPackSerialization 0.0.1

测试已测试
语言语言 Obj-CObjective C
许可 MIT
发布最后发布2015年3月

MatttKevin Harwood 维护。



 
依赖于
AFNetworking~> 2.2
MsgPackSerialization>= 0
 

AFMsgPackSerialization 是 AFNetworking 2 的扩展,提供了请求和响应序列化器,可以将对象自动编码和解码为 MsgPack 格式。

用法

// AFHTTPClient Configuration
AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager manager];
manager.responseSerializer = [AFMsgPackResponseSerializer serializer];
[manager GET:@"http://example.com/foo.msgpack"
  parameters:nil
     success:^(NSHTTPURLResponse *response, id responseObject) {
         // ...
     }
     failure:nil];

联系方式

Mattt Thompson

许可

AFMsgPackSerialization 在 MIT 许可下可用。有关更多信息,请参阅 LICENSE 文件。