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

Specifies reference handling options for the JsonSerializer. Note that references cannot be preserved when a value is set via a non-default constructor such as types that implement ISerializable.

Syntax
C++
C#
Visual Basic
public: enum PreserveReferencesHandling { None = 0, Objects = 1, Arrays = 2, All = Objects|Arrays };
Members
Members 
Description 
None 
Do not preserve references when serializing types.  
Objects 
Preserve references when serializing into a JSON object structure.  
Arrays 
Preserve references when serializing into a JSON array structure.  
All 
Preserve references when serializing.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.