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

Specifies type name handling options for the JsonSerializer.

Syntax
C++
C#
Visual Basic
public: enum TypeNameHandling { None = 0, Objects = 1, Arrays = 2, All = Objects|Arrays, Auto = 4 };
Members
Members 
Description 
None 
Do not include the .NET type name when serializing types.  
Objects 
Include the .NET type name when serializing into a JSON object structure.  
Arrays 
Include the .NET type name when serializing into a JSON array structure.  
All 
Always include the .NET type name when serializing.  
Auto 
Include the .NET type name when the type of the object being serialized is not the same as its declared type.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.