Click or drag to resize

JsonContractOnSerialized 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 OnSerializedCallbacks collection.")]
public MethodInfo OnSerialized { get; set; }

Property Value

Type: MethodInfo
See Also