JsonObjectSerializerValueConverters Property

A collection of custom JSON value converters.

Definition

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

Property Value

IListJsonValueConverter

See Also