Click or drag to resize

JsonObjectSerializerSerialize Method

Serialize the given object to JSON.

Namespace:  SphinxConnector.FluentApi.Json
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
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