  | JsonRpcContractResolverParameterValueConverter Property  | 
 [This is preliminary documentation and is subject to change.]
            Gets/sets the converter used to convert the arguments from and results to JSON.
            
 
    Namespace: 
   JsonRpc.Contracts
    Assembly:
   JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic IJsonValueConverter ParameterValueConverter { get; set; }Public Property ParameterValueConverter As IJsonValueConverter
	Get
	Set
Dim instance As JsonRpcContractResolver
Dim value As IJsonValueConverter
value = instance.ParameterValueConverter
instance.ParameterValueConverter = value
public:
property IJsonValueConverter^ ParameterValueConverter {
	IJsonValueConverter^ get ();
	void set (IJsonValueConverter^ value);
}member ParameterValueConverter : IJsonValueConverter with get, set
Property Value
Type: 
IJsonValueConverter
See Also