C# Class SimpleConsole.DataTimeConverter

Inheritance: IJsonConverter
Afficher le fichier Open project: JeffreyZhao/JsonMe

Méthodes publiques

Méthode Description
FromJsonValue ( Type type, JsonValue value ) : object
ToJsonValue ( Type type, object value ) : JsonValue

Method Details

FromJsonValue() public méthode

public FromJsonValue ( Type type, JsonValue value ) : object
type System.Type
value System.Json.JsonValue
Résultat object

ToJsonValue() public méthode

public ToJsonValue ( Type type, object value ) : JsonValue
type System.Type
value object
Résultat System.Json.JsonValue