C-DEngine 5.105

ObjectCreationHandling Enumeration

Specifies how object creation is handled by the JsonSerializer.

Namespace:  cdeNewtonsoft.Json
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public enum ObjectCreationHandling
Public Enumeration ObjectCreationHandling
public enum class ObjectCreationHandling

Members


Member nameDescription
Auto Reuse existing objects, create new objects when needed.
Reuse Only reuse existing objects.
Replace Always create new objects.