Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface ITypeSerializerProvider

Provides access to an ITypeSerializer related to the object.

Namespace: Couchbase.Core.IO.Serializers
Assembly: Couchbase.NetClient.dll
Syntax
public interface ITypeSerializerProvider

Properties

View Source

Serializer

Gets the ITypeSerializer related to the object.

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