Json.NET - Quick Starts & API Documentation
ObjectCreationHandling Enumeration
NamespacesNewtonsoft.JsonObjectCreationHandling
Specifies how object creation is handled by the JsonSerializer.
Declaration Syntax
C#Visual BasicVisual C++
public enum ObjectCreationHandling
Public Enumeration ObjectCreationHandling
public enum class ObjectCreationHandling
Members
MemberDescription
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: 3.0.0.0 (3.0.0.0)