Json.NET - Quick Starts & API Documentation
Converters Property
Namespaces ► Newtonsoft.Json ► JsonSerializerSettings ► Converters
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.