 | JsonObjectSerializerSerialize Method |
Serialize the given object to JSON.
Namespace:
SphinxConnector.FluentApi.Json
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
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