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