Json.NET - Quick Starts & API Documentation
OnDeserializing Property
Namespaces ► Newtonsoft.Json.Serialization ► JsonContract ► OnDeserializing
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.