NSObject(JSONInitializer) Class Reference

Informal protocol to create an object from a JSON object. More...

#import <JSONRPCResponseHandler.h>

List of all members.

Public Member Functions

(id) - initWithJson:

Detailed Description

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.


Member Function Documentation

- (id) initWithJson: (NSDictionary *)  dict  
Parameters:
dict the NSDictionary representing the JSON object, used to initialize the object instance from a JSON response
Generated on Tue Mar 22 22:27:19 2011 for JSONRPC Framework by  doxygen 1.6.3