ObjectCreationHandling Enumeration |
Namespace: Newtonsoft.Json
public enum ObjectCreationHandling
Member name | Value | Description | |
---|---|---|---|
Auto | 0 | Reuse existing objects, create new objects when needed. | |
Reuse | 1 | Only reuse existing objects. | |
Replace | 2 | Always create new objects. |