C# Class SimpleConsole.DataTimeConverter

Inheritance: IJsonConverter
Datei anzeigen Open project: JeffreyZhao/JsonMe

Public Methods

Method Description
FromJsonValue ( Type type, JsonValue value ) : object
ToJsonValue ( Type type, object value ) : JsonValue

Method Details

FromJsonValue() public method

public FromJsonValue ( Type type, JsonValue value ) : object
type System.Type
value System.Json.JsonValue
return object

ToJsonValue() public method

public ToJsonValue ( Type type, object value ) : JsonValue
type System.Type
value object
return System.Json.JsonValue