AFMsgPackSerialization:适用于MsgPack的AFNetworking 2.0序列化模块

时间:2024-06-08 06:54:02
【文件属性】:

文件名称:AFMsgPackSerialization:适用于MsgPack的AFNetworking 2.0序列化模块

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-08 06:54:02

Objective-C

AFMsgPackSerialization AFMsgPackSerialization是AFNetworking 2扩展,它提供请求和响应序列化程序,以自动对格式的对象进行编码和解码。 用法 // AFHTTPClient Configuration AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager manager ]; manager.responseSerializer = [AFMsgPackResponseSerializer serializer ]; [manager GET: @" http://example.com/foo.msgpack " parameters: nil success: ^( NSHTTPURLResponse *response, i


【文件预览】:
AFMsgPackSerialization-master
----AFOnoResponseSerializer.podspec(694B)
----AFNetworking()
----LICENSE(1KB)
----.gitmodules(225B)
----AFMsgPackSerialization()
--------AFMsgPackResponseSerializer.m(3KB)
--------AFMsgPackRequestSerializer.h(2KB)
--------AFMsgPackRequestSerializer.m(3KB)
--------AFMsgPackResponseSerializer.h(2KB)
----README.md(841B)
----MsgPackSerialization()

网友评论