[]
        
(Showing Draft Content)

C1.JsonNet.JsonConverterAttribute

JsonConverterAttribute Class

Instructs the JsonConverterAttribute to use the specified JsonConverter when serializing the member or class.

Inheritance
JsonConverterAttribute
Implements
Namespace: C1.JsonNet
Assembly: C1.Web.Mvc.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Interface|AttributeTargets.Parameter, AllowMultiple = false)]
public sealed class JsonConverterAttribute : C1ConverterAttribute, _Attribute

Constructors

Name Description
JsonConverterAttribute(Type)

Creates an instance of JsonConverterAttribute.

JsonConverterAttribute(Type, params object[])

Creates an instance of JsonConverterAttribute.