Json.NET - Quick Starts & API Documentation
ConstructorHandling Enumeration
NamespacesNewtonsoft.JsonConstructorHandling
Specifies how constructors are used when initializing objects during deserialization by the JsonSerializer.
Declaration Syntax
C#Visual BasicVisual C++
public enum ConstructorHandling
Public Enumeration ConstructorHandling
public enum class ConstructorHandling
Members
MemberDescription
Default
First attempt to use the public default constructor then fall back to single paramatized constructor.

AllowNonPublicDefaultConstructor
Allow Json.NET to use a non-public default constructor.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)