Click or drag to resize

SupportedDeserializationOptions Class

Supplied by IExtendedTypeSerializer to define which deserialization options it supports.
Inheritance Hierarchy
SystemObject
  Couchbase.Core.IO.SerializersSupportedDeserializationOptions

Namespace:  Couchbase.Core.IO.Serializers
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class SupportedDeserializationOptions

The SupportedDeserializationOptions type exposes the following members.

Constructors
  NameDescription
Public methodSupportedDeserializationOptions
Initializes a new instance of the SupportedDeserializationOptions class
Top
Properties
  NameDescription
Public propertyCustomObjectCreator
Top
Remarks
Intended to help support backwards compatibility as new deserialization options are added in the future.
See Also