SettingsJsonObjectSerializer Property

Gets or sets the serializer for JSON objects. The internal default serializer uses JSON.NET.

Definition

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public JsonObjectSerializer JsonObjectSerializer { get; set; }

Property Value

JsonObjectSerializer

See Also