Click or drag to resize

JsonObjectSerializerValueConverters Property

A collection of custom JSON value converters.

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

Property Value

Type: IListJsonValueConverter
See Also