Table of Contents

Interface IJsonDeserializable

Namespace
Xunit.Sdk

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

root IReadOnlyDictionary<string, object>

The root of the deserialized JSON object