You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonConvert Class > JsonConvert Methods > SerializeObject Method > SerializeObject Method (object, Type, JsonSerializerSettings)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonConvert.SerializeObject Method (object, Type, JsonSerializerSettings)

Serializes the specified object to a JSON string using a type, formatting and JsonSerializerSettings.

Syntax
C++
C#
Visual Basic
public: string SerializeObject( object value, Type type, JsonSerializerSettings settings );
Parameters
Parameters 
Description 
value 
The object to serialize. 
type 
The type of the value being serialized. This parameter is used when TypeNameHandling is Auto to write out the type name if the type of the value does not match. Specifing the type is optional.  
settings 
The JsonSerializerSettings used to serialize the object. If this is null, default serialization settings will be used. 
Returns

A JSON string representation of the object.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.