Click or drag to resize

JsonSerializationSettings Structure

A struct containing options for JSON serialization and deserialization

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public struct JsonSerializationSettings

The JsonSerializationSettings type exposes the following members.

Properties
  NameDescription
Public propertyDateTimeHandling
Gets or sets how the serializer will handle deserializing date times.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
See Also