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
| Edit this page View SourceSerializer
Gets the ITypeSerializer related to the object.
Declaration
ITypeSerializer Serializer { get; }
Property Value
Type | Description |
---|---|
ITypeSerializer |