AFXMLParserResponseSerializer Class Reference
Inherits from | AFHTTPResponseSerializer : NSObject |
Declared in | AFURLResponseSerialization.h AFURLResponseSerialization.m |
Overview
AFXMLParserSerializer
is a subclass of AFHTTPResponseSerializer
that validates and decodes XML responses as an NSXMLParser
objects.
By default, AFXMLParserSerializer
accepts the following MIME types, which includes the official standard, application/xml
, as well as other commonly-used types:
application/xml
text/xml