Метод | Описание | |
---|---|---|
DeserializeObject ( object value, |
Convert the json value into the destination field/property
|
Метод | Описание | |
---|---|---|
TrySerializeKnownTypes ( object input, object &output ) : bool |
Set output to a string that represents the input object
|
public DeserializeObject ( object value, |
||
value | object | |
type | ||
Результат | object |
protected TrySerializeKnownTypes ( object input, object &output ) : bool | ||
input | object | |
output | object | |
Результат | bool |