Merge pull request #1548 from maxgoedjen/master
Fixed refs to AFJSONSerializer -> AFJSONResponseSerializer
This commit is contained in:
commit
94f21299bb
@ -101,9 +101,9 @@
|
||||
|
||||
|
||||
/**
|
||||
`AFJSONSerializer` is a subclass of `AFHTTPResponseSerializer` that validates and decodes JSON responses.
|
||||
`AFJSONResponseSerializer` is a subclass of `AFHTTPResponseSerializer` that validates and decodes JSON responses.
|
||||
|
||||
By default, `AFJSONSerializer` accepts the following MIME types, which includes the official standard, `application/json`, as well as other commonly-used types:
|
||||
By default, `AFJSONResponseSerializer` accepts the following MIME types, which includes the official standard, `application/json`, as well as other commonly-used types:
|
||||
|
||||
- `application/json`
|
||||
- `text/json`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user