ITypeTranscoder InterfaceCouchbase .NET SDK 2.1.0 Documentation
An interface for providing transcoder implementations.

Namespace: Couchbase.Core.Transcoders
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public interface ITypeTranscoder

The ITypeTranscoder type exposes the following members.

Methods
Properties
  NameDescription
Public propertyConverter
Gets or sets the byte converter used by used by the ITypeTranscoder implementation.
Public propertySerializer
Gets or sets the serializer used by the ITypeTranscoder implementation.
Top
See Also