 | JsonObjectSerializerValueConverters Property |
A collection of custom JSON value converters.
Namespace:
SphinxConnector.FluentApi.Json
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic IList<JsonValueConverter> ValueConverters { get; }
Public ReadOnly Property ValueConverters As IList(Of JsonValueConverter)
Get
Property Value
Type:
IListJsonValueConverter
See Also