Click or drag to resize
Json.NET

JsonConverterAttribute Properties

 

The JsonConverterAttribute type exposes the following members.

Properties
  NameDescription
Public propertyConverterParameters
The parameter list to use when constructing the JsonConverter described by ConverterType. If null, the default constructor is used.
Public propertyConverterType
Gets the Type of the JsonConverter.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Top
See Also