Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class SupportedDeserializationOptions

    Supplied by IExtendedTypeSerializer to define which deserialization options it supports.

    Inheritance
    object
    SupportedDeserializationOptions
    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 SupportedDeserializationOptions
    Remarks

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

    Properties

    | Edit this page View Source

    CustomObjectCreator

    If true, the IExtendedTypeSerializer supports CustomObjectCreator.

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