 | SettingsJsonObjectSerializer Property |
Gets or sets the serializer for JSON objects. The internal default serializer uses JSON.NET.
Namespace: SphinxConnector.FluentApiAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic JsonObjectSerializer JsonObjectSerializer { get; set; }Public Property JsonObjectSerializer As JsonObjectSerializer
Get
Set
Property Value
JsonObjectSerializer
See Also