Charting for WinForms Programmer's Guide
Serializer.Serialize Method
See Also
 






Serializes the specified JsonObject.

Namespace: MindFusion.Json
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public string Serialize (
    JsonObject obj,
    JsonContext context
)

Visual Basic  Copy Code

Public Function Serialize( _
    obj As JsonObject, _
    context As JsonContext _
) As String

 Parameters

obj

The JsonObject to serialize.

context

An JsonContext object providing contextual information about the serialization process and some helper serialization methods.

 Return Value

 See Also

Serializer Members
Serializer Class
MindFusion.Json Namespace