共用方式為


JsonPropertyInfo.ShouldSerialize 屬性

定義

取得或設定述詞,判斷目前的屬性值是否應該序列化。

public:
 property Func<System::Object ^, System::Object ^, bool> ^ ShouldSerialize { Func<System::Object ^, System::Object ^, bool> ^ get(); void set(Func<System::Object ^, System::Object ^, bool> ^ value); };
public Func<object,object?,bool>? ShouldSerialize { get; set; }
member this.ShouldSerialize : Func<obj, obj, bool> with get, set
Public Property ShouldSerialize As Func(Of Object, Object, Boolean)

屬性值

Func<Object,Object,Boolean>

例外狀況

實例 JsonPropertyInfo 已鎖定以供進一步修改。

備註

第一個參數代表父物件,而第二個參數表示屬性值。

將述詞設定為 null 相當於一律序列化屬性值。

對於源自 DefaultJsonTypeInfoResolver 的合約,的值 Condition 會對應至這個述詞。

適用於