Interface IJsonDeserializable
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
Indicates that an object can be deserialized from string-serialized JSON.
public interface IJsonDeserializable
Methods
- FromJson(IReadOnlyDictionary<string, object?>)
Deserializes the object's values from the provided JSON.