| SettingsJsonObjectSerializer Property |
Gets or sets the serializer for JSON objects. The internal default serializer uses JSON.NET.
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax public JsonObjectSerializer JsonObjectSerializer { get; set; }
Public Property JsonObjectSerializer As JsonObjectSerializer
Get
Set
Property Value
Type:
JsonObjectSerializerSee Also