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

Namespace: Newtonsoft.Json
Assembly: Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 4.5.0.0 (4.5.11.15729)

Syntax

C#
public sealed class JsonConverterAttribute : Attribute
Visual Basic
Public NotInheritable Class JsonConverterAttribute _
	Inherits Attribute
Visual C++
public ref class JsonConverterAttribute sealed : public Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Newtonsoft.Json..::..JsonConverterAttribute

See Also