IContractResolver
using System;
using System.
Runtime.
CompilerServices;
namespace Newtonsoft.
Json.
Serialization
{
[
System.
Runtime.
CompilerServices.
NullableContext(
1)]
public interface IContractResolver
{
JsonContract ResolveContract(
Type type);
}
}