JsonSerializer.IsReflectionEnabledByDefault 属性

定义

获取一个值,该值指示未配置的 JsonSerializerOptions 实例是否应默认为基于 DefaultJsonTypeInfoResolver反射的 。

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

属性值

注解

属性的值由“System.Text.Json.JsonSerializer.IsReflectionEnabledByDefault” AppContext 设置提供支持,如果未设置,则默认为 true

适用于