Json.NET - Quick Starts & API Documentation
ConstructorHandling Property
Namespaces ► Newtonsoft.Json ► JsonSerializerSettings ► ConstructorHandling
Gets or sets how constructors are used during deserialization.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ConstructorHandling ConstructorHandling { get; set; }
Public Property ConstructorHandling As ConstructorHandling Get Set
public: property ConstructorHandling ConstructorHandling { ConstructorHandling get (); void set (ConstructorHandling value); }
Value
The constructor handling.