Json Object SerializerSerialize Method
Serialize the given object to JSON.
Definition
Namespace: SphinxConnector.FluentApi.Json
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
A JSON string representing the given object.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public abstract string Serialize(
Object obj
)VB
Public MustOverride Function Serialize (
obj As Object
) As StringParameters
- obj Object
- The object to serialize.
Return Value
StringA JSON string representing the given object.