Click or drag to resize

ManagerOptionsSerializationSettings Property

Gets or sets the values pertaining to serialization and deserialization

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

Property Value

Type: JsonSerializationSettings
See Also