Table of Contents

Interface IJsonSerializable

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

Interface that indicates an object can be serialized to JSON.

public interface IJsonSerializable

Methods

ToJson()

Converts the given object to JSON.