Click or drag to resize

LegacyTranscoder Class

Provides the legacy implementation for ITypeTranscoder interface that matches sdk2 behavior.
Inheritance Hierarchy
SystemObject
  Couchbase.Core.IO.TranscodersBaseTranscoder
    Couchbase.Core.IO.TranscodersLegacyTranscoder

Namespace:  Couchbase.Core.IO.Transcoders
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class LegacyTranscoder : BaseTranscoder

The LegacyTranscoder type exposes the following members.

Constructors
  NameDescription
Public methodLegacyTranscoder
Initializes a new instance of the LegacyTranscoder class
Public methodLegacyTranscoder(ITypeSerializer)
Initializes a new instance of the LegacyTranscoder class
Top
Methods
  NameDescription
Public methodDecodeT(ReadOnlyMemory, Void)
Public methodDecodeT(ReadOnlyMemory, Void, Byte) (Overrides BaseTranscoderDecodeT(ReadOnlyMemory, Void, Byte).)
Public methodEncodeT(Stream, T, Flags, OpCode)
Encodes the specified value.
(Overrides BaseTranscoderEncodeT(Stream, T, Flags, OpCode).)
Public methodEncodeT(Stream, T, TypeCode, OpCode)
Encodes the specified value.
Public methodGetFormatT (Overrides BaseTranscoderGetFormatT(T).)
Top
See Also