共用方式為


JsonTypeInfo.OnSerialized 屬性

定義

取得或設定在序列化發生之後要叫用的回呼。

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

屬性值

例外狀況

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

-或-

只有中繼資料才支援 Object 序列化回呼。

備註

對於源自 DefaultJsonTypeInfoResolverJsonSerializerContext 的合約,此回呼的值將會從類型上的任何 IJsonOnSerialized 實作對應。

適用於