Table of Contents

Class JsonIgnoreAttribute

Namespace
Alis.Core.Aspect.Data.Json
Assembly
Alis.dll

The json ignore attribute class

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Property|AttributeTargets.Field)]
public class JsonIgnoreAttribute : Attribute

Inheritance

Inherited Members

Properties

IgnoreWhenDeserializing

Gets or sets a value indicating whether to ignore this instance's owner when deserializing.

public bool IgnoreWhenDeserializing { get; }

Property Value

bool

IgnoreWhenSerializing

Gets or sets a value indicating whether to ignore this instance's owner when serializing.

public bool IgnoreWhenSerializing { get; }

Property Value

bool

See Also