ObjectCreationHandling Enumeration

Json.NET

Json.NET - Quick Starts & API Documentation ObjectCreationHandling Enumeration
NamespacesNewtonsoft.JsonObjectCreationHandling
Specifies how object creation is handled by the JsonSerializer.
Declaration Syntax
C# Visual Basic Visual C++
public enum ObjectCreationHandling
Public Enumeration ObjectCreationHandling
public enum class ObjectCreationHandling
Members
Member Description
Auto Reuse existing objects, create new objects when needed.
Reuse Only reuse existing objects.
Replace Always create new objects.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)