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
-
format
property -
readOptions
property -
+ serializerWithFormat:readOptions:
Other Methods
Properties
Class Methods
serializer
Creates and returns a serializer with default configuration.
+ (instancetype)serializer
Declared In
AFURLResponseSerialization.h
serializerWithFormat:readOptions:
Creates and returns a property list serializer with a specified format, read options, and write options.
+ (instancetype)serializerWithFormat:(NSPropertyListFormat)format readOptions:(NSPropertyListReadOptions)readOptions
Declared In
AFURLResponseSerialization.h