Utility object to configure the way to handle the response to a JSON-RPC method call. More...
#import <Foundation/Foundation.h>
Go to the source code of this file.
Classes | |
class | NSObject(JSONInitializer) |
Informal protocol to create an object from a JSON object. More... | |
class | JSONRPCResponseHandler |
an intermediate object returned by the JSONRPCService when you call a method, to help you define how to handle the response. More... |
Utility object to configure the way to handle the response to a JSON-RPC method call.