Click or drag to resize

IJsonSerializerSettings Property

Gets or sets the settings to apply to the serializer

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
JsonSerializationSettings Settings { get; set; }

Property Value

Type: JsonSerializationSettings
See Also