Informal protocol to create an object from a JSON object. More...
#import <JSONRPCResponseHandler.h>
Public Member Functions | |
(id) | - initWithJson: |
Informal protocol to create an object from a JSON object.
If you set the resultClass on your JSONRPCResponseHandler, so that the JSON response returned by the WebService is converted into an Objective-C instance of a custom class, this class must conform to this informal protocol to be able to create an instance from the JSON object.
- (id) initWithJson: | (NSDictionary *) | dict |
dict | the NSDictionary representing the JSON object, used to initialize the object instance from a JSON response |