AFPropertyListResponseSerializer Class Reference
| Inherits from | AFHTTPResponseSerializer : NSObject |
| Declared in | AFURLResponseSerialization.h AFURLResponseSerialization.m |
Overview
AFPropertyListSerializer is a subclass of AFHTTPResponseSerializer that validates and decodes XML responses as an NSXMLDocument objects.
By default, AFPropertyListSerializer accepts the following MIME types:
application/x-plist
Tasks
Other Methods
-
formatproperty -
readOptionsproperty -
+ serializerWithFormat:readOptions:
Other Methods
Properties
Class Methods
serializer
Creates and returns a serializer with default configuration.
+ (instancetype)serializerDeclared In
AFURLResponseSerialization.hserializerWithFormat:readOptions:
Creates and returns a property list serializer with a specified format, read options, and write options.
+ (instancetype)serializerWithFormat:(NSPropertyListFormat)format readOptions:(NSPropertyListReadOptions)readOptionsDeclared In
AFURLResponseSerialization.h