Redigera

JsonSerializer.IsReflectionEnabledByDefault Property

Definition

Gets a value that indicates whether unconfigured JsonSerializerOptions instances should default to 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