ConstructorHandling
Specifies how constructors are used when initializing objects during deserialization by the JsonSerializer.
namespace Newtonsoft.Json
{
public enum ConstructorHandling
{
Default,
AllowNonPublicDefaultConstructor
}
}