Json.NET - Quick Starts & API Documentation
ObjectCreationHandling Property
Namespaces ► Newtonsoft.Json ► JsonSerializerSettings ► ObjectCreationHandling
Gets or sets how objects are created during deserialization.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ObjectCreationHandling ObjectCreationHandling { get; set; }
Public Property ObjectCreationHandling As ObjectCreationHandling Get Set
public: property ObjectCreationHandling ObjectCreationHandling { ObjectCreationHandling get (); void set (ObjectCreationHandling value); }
Value
The object creation handling.