Method | Description | |
---|---|---|
DeserializeObject ( object value, |
Convert the json value into the destination field/property
|
Method | Description | |
---|---|---|
TrySerializeKnownTypes ( object input, object &output ) : bool |
Set output to a string that represents the input object
|
public DeserializeObject ( object value, |
||
value | object | |
type | ||
return | object |
protected TrySerializeKnownTypes ( object input, object &output ) : bool | ||
input | object | |
output | object | |
return | bool |