Click or drag to resize

IJsonValueConverter Interface

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

Used to convert value from/to JToken.

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

The IJsonValueConverter type exposes the following members.

Methods
  NameDescription
Public methodJsonToValue
Public methodValueToJson
Top
See Also