 | JsonObjectSerializerSerialize Method |
Serialize the given object to JSON.
Namespace: SphinxConnector.FluentApi.JsonAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic abstract string Serialize(
Object obj
)
Public MustOverride Function Serialize (
obj As Object
) As String
Parameters
- obj
- Type: SystemObject
The object to serialize.
Return Value
Type:
StringA JSON string representing the given object.
See Also