NewtonsoftJsonCodecOptions.IsSerializableType 属性

定义

获取或设置一个委托,该委托用于确定 JSON 序列化程序是否支持用于序列化和反序列化的类型。

public Func<Type,bool?> IsSerializableType { get; set; }
member this.IsSerializableType : Func<Type, Nullable<bool>> with get, set
Public Property IsSerializableType As Func(Of Type, Nullable(Of Boolean))

属性值

适用于