Click or drag to resize
JsonObjectSerializerSerialize Method
Serialize the given object to JSON.

Namespace: SphinxConnector.FluentApi.Json
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public abstract string Serialize(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to serialize.

Return Value

Type: String
A JSON string representing the given object.
See Also