Click or drag to resize

JsonObjectSerializerValueConverters Property

A collection of custom JSON value converters.

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

Property Value

IListJsonValueConverter
See Also