FWResponseSerializerType
enum FWResponseSerializerType : NSInteger {}
Response serializer type, which determines response serialization process and
the type of responseObject
.
-
NSData type
Declaration
Objective-C
FWResponseSerializerTypeHTTP
-
JSON object type
Declaration
Objective-C
FWResponseSerializerTypeJSON
-
NSXMLParser type
Declaration
Objective-C
FWResponseSerializerTypeXMLParser