JsonSerializer.IsReflectionEnabledByDefault Property

Definition

Indicates whether unconfigured JsonSerializerOptions instances should be set to use the reflection-based DefaultJsonTypeInfoResolver.

public:
 static property bool IsReflectionEnabledByDefault { bool get(); };
public static bool IsReflectionEnabledByDefault { get; }
static member IsReflectionEnabledByDefault : bool
Public ReadOnly Property IsReflectionEnabledByDefault As Boolean

Property Value

Remarks

The value of the property is backed by the "System.Text.Json.JsonSerializer.IsReflectionEnabledByDefault" AppContext setting and defaults to true if unset.

Applies to