 | 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: 3.12.6
Syntaxpublic JsonObjectSerializer JsonObjectSerializer { get; set; }
Public Property JsonObjectSerializer As JsonObjectSerializer
Get
Set
Property Value
Type:
JsonObjectSerializer
See Also