Click or drag to resize

IJsonRpcRequestMarshaler Interface

[This is preliminary documentation and is subject to change.]

Defines methods to convert CLR method parameters into JSON RPC request parameters.

Namespace:  JsonRpc.Contracts
Assembly:  JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public interface IJsonRpcRequestMarshaler

The IJsonRpcRequestMarshaler type exposes the following members.

Methods
  NameDescription
Public methodMarshalParameters
Marshals the specified parameter values into JSON used as Request.params value.
Top
See Also