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