Table of Contents

Class JsonConstructorAttribute

Namespace
Newtonsoft.Json
Assembly
Newtonsoft.Json.dll

Instructs the JsonSerializer to use the specified constructor when deserializing that object.

[AttributeUsage(AttributeTargets.Constructor, AllowMultiple = false)]
public sealed class JsonConstructorAttribute : Attribute
Inheritance
JsonConstructorAttribute
Inherited Members

Constructors

JsonConstructorAttribute()

public JsonConstructorAttribute()