Gets or sets a collection JsonConverter that will be used during serialization.
| 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); }
The converters.