Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class DeserializationOptions

    Options to control deserialization process in an IExtendedTypeSerializer.

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

    Properties

    | Edit this page 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
    | Edit this page View Source

    HasSettings

    Returns true if any custom options are set

    Declaration
    public bool HasSettings { get; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.