Click or drag to resize

DefaultSerializer Properties

The DefaultSerializer type exposes the following members.

Properties
  NameDescription
Public propertyDeserializationOptions
Provides custom deserialization options. Options not listed in SupportedDeserializationOptions will be ignored. If null, then defaults will be used.
Public propertyDeserializationSettings
Gets the incoming de-serializer settings; controls the format of the incoming JSON for de-serialization into POCOs.
Public propertySerializerSettings
Gets the outgoing serializer settings; controls the format of the JSON you are storing in Couchbase.
Public propertySupportedDeserializationOptions
Informs consumers what deserialization options this IExtendedTypeSerializer supports.
Top
See Also