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

Asynchronously serializes the specified object to a JSON string. Serialization will happen on a new thread.

Syntax
C++
C#
Visual Basic
public: Task<string> SerializeObjectAsync( object value );
Parameters
Parameters 
Description 
value 
The object to serialize. 
Returns

A task that represents the asynchronous serialize operation. The value of the TResult parameter contains 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.