Click or drag to resize

JsonRpcProxyBuilderRequestMarshaler Property

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

The request marshaler used to convert the CLR parameter values into JSON RPC ones.

Namespace:  JsonRpc.DynamicProxy.Client
Assembly:  JsonRpc.DynamicProxy (in JsonRpc.DynamicProxy.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntax
public IJsonRpcRequestMarshaler RequestMarshaler { get; set; }

Property Value

Type: IJsonRpcRequestMarshaler
See Also