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

プロパティ値

適用対象