IJsonTypeInfoResolver public interface IJsonTypeInfoResolver Used to resolve the JSON serialization contract for requested types. Documentation Code JsonTypeInfo GetTypeInfo(Type type, JsonSerializerOptions options) Resolves a JsonTypeInfo contract for the requested type and options.