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: 6.0.0
Syntax
public JsonObjectSerializer JsonObjectSerializer { get; set; }

Property Value

JsonObjectSerializer
See Also