Enum ObjectCreationHandling
Specifies how object creation is handled by the JsonSerializer.
Namespace: Bayat.Json
Assembly: Bayat.Json.Runtime.dll
Syntax
public enum ObjectCreationHandling
Fields
Name | Description |
---|---|
Auto | Reuse existing objects, create new objects when needed. |
Replace | Always create new objects. |
Reuse | Only reuse existing objects. |