Click or drag to resize
JsonObjectSerializerValueConverters Property
A collection of custom JSON value converters.

Namespace: SphinxConnector.FluentApi.Json
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public IList<JsonValueConverter> ValueConverters { get; }

Property Value

Type: IListJsonValueConverter
See Also