Click or drag to resize

DeserializationOptions Class

Options to control deserialization process in an IExtendedTypeSerializer.
Inheritance Hierarchy
SystemObject
  Couchbase.Core.IO.SerializersDeserializationOptions

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

The DeserializationOptions type exposes the following members.

Constructors
  NameDescription
Public methodDeserializationOptions
Initializes a new instance of the DeserializationOptions class
Top
Properties
  NameDescription
Public propertyCustomObjectCreator
ICustomObjectCreator to use when creating objects during deserialization. Null will uses the IExtendedTypeSerializer defaults for type creation.
Public propertyHasSettings
Returns true if any custom options are set
Top
See Also