  | SettingsJsonObjectSerializer Property  | 
 
            Gets or sets the serializer for JSON objects. The internal default serializer uses JSON.NET.        
            
 
    Namespace: 
   SphinxConnector.FluentApi
    Assembly:
   SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic JsonObjectSerializer JsonObjectSerializer { get; set; }Public Property JsonObjectSerializer As JsonObjectSerializer
	Get
	Set
Property Value
Type: 
JsonObjectSerializer
See Also