Click or drag to resize
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: 3.12.6
Syntax
public JsonObjectSerializer JsonObjectSerializer { get; set; }

Property Value

Type: JsonObjectSerializer
See Also