Méthode | Description | |
---|---|---|
DeserializeValue ( |
Deserialize the given JSON value according to the specified CLR type.
|
|
JsonSerializer ( ) : System |
Constructor.
|
|
JsonSerializer ( IJsonConverterFactory jsonConverterFactory ) : System |
Constructor.
|
|
JsonSerializer ( IJsonConverterFactory jsonConverterFactory, IFieldNamingStrategy fieldNamingStrategy ) : System |
Constructor.
|
|
SerializeValue ( object value ) : JsonLite.Ast.JsonValue |
Serialize an inline object.
|
public DeserializeValue ( |
||
type | The CLR type to deserialize the JSON value to. | |
jsonValue | JsonLite.Ast.JsonValue | The JSON value to deserialize. |
Résultat | object |
public JsonSerializer ( IJsonConverterFactory jsonConverterFactory ) : System | ||
jsonConverterFactory | IJsonConverterFactory | The JSON converter factory. |
Résultat | System |
public JsonSerializer ( IJsonConverterFactory jsonConverterFactory, IFieldNamingStrategy fieldNamingStrategy ) : System | ||
jsonConverterFactory | IJsonConverterFactory | The JSON converter factory. |
fieldNamingStrategy | IFieldNamingStrategy | The field naming strategy. |
Résultat | System |
public SerializeValue ( object value ) : JsonLite.Ast.JsonValue | ||
value | object | The value to serialization inline. |
Résultat | JsonLite.Ast.JsonValue |