Interface IJsonDeserializable
Indicates that an object can be deserialized from string-serialized JSON.
public interface IJsonDeserializable
- Extension Methods
Methods
FromJson(IReadOnlyDictionary<string, object?>)
Deserializes the object's values from the provided JSON.
void FromJson(IReadOnlyDictionary<string, object?> root)
Parameters
rootIReadOnlyDictionary<string, object>The root of the deserialized JSON object