Table of Contents

Class JsonIgnoreAttribute

Namespace
Newtonsoft.Json
Assembly
Newtonsoft.Json.dll

Instructs the JsonSerializer not to serialize the public field or public read/write property value.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public sealed class JsonIgnoreAttribute : Attribute
Inheritance
JsonIgnoreAttribute
Inherited Members

Constructors

JsonIgnoreAttribute()

public JsonIgnoreAttribute()