Click or drag to resize

JsonObjectSerializerSerialize Method

Serialize the given object to JSON.

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

Parameters

obj  Object
The object to serialize.

Return Value

String
A JSON string representing the given object.
See Also