Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class SupportedDeserializationOptions

Supplied by IExtendedTypeSerializer to define which deserialization options it supports.

Inheritance
object
SupportedDeserializationOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Core.IO.Serializers
Assembly: Couchbase.NetClient.dll
Syntax
public class SupportedDeserializationOptions
Remarks

Intended to help support backwards compatibility as new deserialization options are added in the future.

Constructors

View Source

SupportedDeserializationOptions()

Declaration
public SupportedDeserializationOptions()

Properties

View Source

CustomObjectCreator

If true, the IExtendedTypeSerializer supports CustomObjectCreator.

Declaration
public bool CustomObjectCreator { get; set; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.