You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > ObjectCreationHandling Enumeration
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Stimulsoft.Base.Json.ObjectCreationHandling Enumeration

Specifies how object creation is handled by the JsonSerializer.

Syntax
C++
C#
Visual Basic
public: enum ObjectCreationHandling { Auto = 0, Reuse = 1, Replace = 2 };
Members
Members 
Description 
Auto 
Reuse existing objects, create new objects when needed.  
Reuse 
Only reuse existing objects.  
Replace 
Always create new objects.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.