共用方式為


JsonCodecOptions.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))

屬性值

適用於