JsonTypeInfo.OnDeserialized 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置在反序列化发生后要调用的回调。
public:
property Action<System::Object ^> ^ OnDeserialized { Action<System::Object ^> ^ get(); void set(Action<System::Object ^> ^ value); };
public Action<object>? OnDeserialized { get; set; }
member this.OnDeserialized : Action<obj> with get, set
Public Property OnDeserialized As Action(Of Object)
属性值
例外
注解
对于源自 DefaultJsonTypeInfoResolver 或 JsonSerializerContext的协定,此回调的值将从 类型上的任何 IJsonOnDeserialized 实现中映射。