| DictionarySerializationContextTryDeserialize Method |
| Name | Description | |
|---|---|---|
| TryDeserializeT(DictionaryString, Object, String) |
Tries to deserialize the value with the specified key in the specified data dictionary.
If the key is not found, the default value of the specified type is returned.
| |
| TryDeserializeT(DictionaryString, Object, String, T) |
Tries to deserialize the value with the specified key in the specified data dictionary.
If the key is not found, the specified default value is returned.
|