/
.NET
NE

Newtonsoft.Json

13.0.5-beta1

by newtonsoft.com

Namespaces & Types

Newtonsoft.Json

ENUM

ConstructorHandling

namespace Newtonsoft.Json

public enumsealed

Specifies how constructors are used when initializing objects during deserialization by the .

Values (2)

Default

const

First attempt to use the public default constructor, then fall back to a single parameterized constructor, then to the non-public default constructor.

AllowNonPublicDefaultConstructor

const

Json.NET will use a non-public default constructor before falling back to a parameterized constructor.

ConstructorHandling.cs
1namespace Newtonsoft.Json
2{
3public sealed enum ConstructorHandling
4{
...// 0 methods
}

Package Metadata

Version

13.0.5-beta1

types

138

License

MIT

Source

---

Other types in namespace

enumDateFormatHandling
enumDateParseHandling
enumDateTimeZoneHandling
clsDefaultJsonNameTable
enumDefaultValueHandling
enumFloatFormatHandling
enumFloatParseHandling
enumFormatting
Newtonsoft.Json · 13.0.5-beta1
AugustoDeveloper
138 types · 6 namespaces