JsonTypeInfo<T>.CreateObject 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要用於還原序列化的無參數處理站。
public:
property Func<T> ^ CreateObject { Func<T> ^ get(); void set(Func<T> ^ value); };
public Func<T>? CreateObject { get; set; }
member this.CreateObject : Func<'T> with get, set
Public Property CreateObject As Func(Of T)
屬性值
Func<T>
例外狀況
備註
如果設定為 null
,則嘗試還原序列化指定型別的實例會在執行時間失敗。
對於源自 DefaultJsonTypeInfoResolver 或 JsonSerializerContext 的合約,具有以 標注 JsonConstructorAttribute 的單一預設建構函式或預設建構函式的類型,將會對應至此委派。