ObjectCreationHandling Enum
Namespace: Stimulsoft.Base.Json
Specifies how object creation is handled by the JsonSerializer.
Members
| Member | Value | Description |
|---|---|---|
| Auto | 0 | Reuse existing objects, create new objects when needed. |
| Reuse | 1 | Only reuse existing objects. |
| Replace | 2 | Always create new objects. |