Method | Description | |
---|---|---|
MediatedJsonProcessor ( IMediator mediator ) : System | ||
Process ( string name, string json ) : Object |
Method | Description | |
---|---|---|
CreateRequestFromType ( Type type ) : Object | ||
FindRequestTypeByName ( string name ) : Type |
public MediatedJsonProcessor ( IMediator mediator ) : System | ||
mediator | IMediator | |
return | System |
public Process ( string name, string json ) : Object | ||
name | string | |
json | string | |
return | Object |