<PackageReference Include="System.Text.Json" Version="7.0.0-rc.1.22426.10" />

JsonSerializerContext

Provides metadata about a set of types that is relevant to JSON serialization.

Gets the default run-time options for the context.

Gets the run-time specified options of the context. If no options were passed when instantiating the context, then a new instance is bound and returned.

Creates an instance of JsonSerializerContext and binds it with the indicated JsonSerializerOptions.

public abstract JsonTypeInfo GetTypeInfo(Type type)

Gets metadata for the specified type.