NewtonsoftJsonCodecOptions.IsCopyableType プロパティ

定義

コピー用の JSON シリアライザーで型がサポートされているかどうかを判断するために使用されるデリゲートを取得または設定します。

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

プロパティ値

適用対象