Json.NET - Quick Starts & API Documentation
TypeNameHandling Property
Namespaces ► Newtonsoft.Json ► JsonSerializerSettings ► TypeNameHandling
Gets or sets how type name writing and reading is handled by the serializer.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public TypeNameHandling TypeNameHandling { get; set; }
Public Property TypeNameHandling As TypeNameHandling Get Set
public: property TypeNameHandling TypeNameHandling { TypeNameHandling get (); void set (TypeNameHandling value); }
Value
The type name handling.