JsonObjectSerializerSerialize Method

Serialize the given object to JSON.

Definition

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