C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonConverterAttribute Class
Members

JsonConverterAttribute Class
Instructs the JsonConverterAttribute to use the specified JsonConverter when serializing the member or class.
Object Model
JsonConverterAttribute Class
Syntax
'Declaration
 
Public NotInheritable Class JsonConverterAttribute 
   Inherits C1.Web.Mvc.Serialization.C1ConverterAttribute
 
Inheritance Hierarchy

System.Object
   System.Attribute
      C1.Web.Mvc.Serialization.C1ConverterAttribute
         C1.JsonNet.JsonConverterAttribute

See Also