Click or drag to resize

ServiceBaseSerializerSettings Property

Property accessor for JsonSerializerSettings. This can be used to change the way serialization is handled if necessary.

Namespace:  SolidFire.Core
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public JsonSerializerSettings SerializerSettings { get; set; }

Property Value

Type: JsonSerializerSettings
See Also