JsonSerializerContext public abstract class JsonSerializerContext : IJsonTypeInfoResolver, IBuiltInJsonTypeInfoResolver Documentation Code protected abstract JsonSerializerOptions GeneratedSerializerOptions { get; } public JsonSerializerOptions Options { get; } protected JsonSerializerContext(JsonSerializerOptions options) public abstract JsonTypeInfo GetTypeInfo(Type type)