OnDeserializing Property

Json.NET

Json.NET - Quick Starts & API Documentation OnDeserializing Property
NamespacesNewtonsoft.Json.SerializationJsonContractOnDeserializing
Gets or sets the method called during deserialization of the object.
Declaration Syntax
C# Visual Basic Visual C++
public MethodInfo OnDeserializing { get; set; }
Public Property OnDeserializing As MethodInfo
	Get
	Set
public:
property MethodInfo^ OnDeserializing {
	MethodInfo^ get ();
	void set (MethodInfo^ value);
}
Value
The method called during deserialization of the object.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)