Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class DeserializationOptions

Options to control deserialization process in an IExtendedTypeSerializer.

Inheritance
object
DeserializationOptions
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 DeserializationOptions

Constructors

View Source

DeserializationOptions()

Declaration
public DeserializationOptions()

Properties

View Source

CustomObjectCreator

ICustomObjectCreator to use when creating objects during deserialization. Null will uses the IExtendedTypeSerializer defaults for type creation.

Declaration
public ICustomObjectCreator CustomObjectCreator { get; set; }
Property Value
Type Description
ICustomObjectCreator
View Source

HasSettings

Returns true if any custom options are set

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