Click or drag to resize

JsonContractOnDeserialized Property

Note: This API is now obsolete.

Namespace:  Newtonsoft.Json.Serialization
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
[ObsoleteAttribute("This property is obsolete and has been replaced by the OnDeserializedCallbacks collection.")]
public MethodInfo OnDeserialized { get; set; }

Property Value

Type: MethodInfo
See Also