Converters Property
From Json.NET
Json.NET - Quick Starts & API Documentation
Converters Property
Namespaces ► Newtonsoft.Json ► JsonSerializer ► Converters
Gets a collection JsonConverter that will be used during serialization.
| C# | Visual Basic | Visual C++ |
public virtual JsonConverterCollection Converters { get; }
Public Overridable ReadOnly Property Converters As JsonConverterCollection Get
public: virtual property JsonConverterCollection^ Converters { JsonConverterCollection^ get (); }
Collection JsonConverter that will be used during serialization.