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

Specifies reference loop handling options for the JsonSerializer.

Syntax
C++
C#
Visual Basic
public: enum ReferenceLoopHandling { Error = 0, Ignore = 1, Serialize = 2 };
Members
Members 
Description 
Error 
Throw a JsonSerializationException when a loop is encountered.  
Ignore 
Ignore loop references and do not serialize.  
Serialize 
Serialize loop references.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.