DefaultTranscoder Converter Property Couchbase .NET SDK 2.1.0 Documentation
Gets or sets the byte converter used by used by the ITypeTranscoder implementation.

Namespace: Couchbase.Core.Transcoders
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public IByteConverter Converter { get; set; }

Property Value

Type: IByteConverter

Implements

ITypeTranscoder Converter
See Also