Converters Property

Json.NET

Json.NET - Quick Starts & API Documentation Converters Property
NamespacesNewtonsoft.JsonJsonSerializerSettingsConverters
Gets or sets a collection JsonConverter that will be used during serialization.
Declaration Syntax
C# Visual Basic Visual C++
public IList<JsonConverter> Converters { get; set; }
Public Property Converters As IList(Of JsonConverter)
	Get
	Set
public:
property IList<JsonConverter^>^ Converters {
	IList<JsonConverter^>^ get ();
	void set (IList<JsonConverter^>^ value);
}
Value
The converters.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)