Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum Newtonsoft.​Json.​ObjectCreationHandling
Assembly: Newtonsoft.Json
Specifies how object creation is handled by the <see cref="T:Newtonsoft.Json.JsonSerializer" /> .
Values
Auto
Reuse existing objects, create new objects when needed.
Reuse
Only reuse existing objects.
Replace
Always create new objects.