C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Serialization Namespace / C1ConverterAttribute Class
Members

C1ConverterAttribute Class
Instructs the C1ConverterAttribute to use the specified BaseConverter when serializing the member or class.
Object Model
C1ConverterAttribute Class
Syntax
'Declaration
 
Public MustInherit Class C1ConverterAttribute 
   Inherits System.Attribute
 
Inheritance Hierarchy

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

See Also