JsonSerializerOptions.TypeInfoResolver Property

Definition

Gets or sets the JsonTypeInfo contract resolver used by this instance.

C#
public System.Text.Json.Serialization.Metadata.IJsonTypeInfoResolver? TypeInfoResolver { get; set; }

Property Value

Exceptions

The property is set after serialization or deserialization has occurred.

Remarks

A null setting is equivalent to using the reflection-based DefaultJsonTypeInfoResolver. The property will be populated automatically once used with one of the JsonSerializer methods.

Applies to

Product Versions
.NET 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)