IDictionaryRepresentationConfigurable(TSerializer) Interface (original) (raw)

IDictionaryRepresentationConfigurableTSerializer Interface

Represents a serializer that has a DictionaryRepresentation property.

Namespace: MongoDB.Bson.Serialization
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public interface IDictionaryRepresentationConfigurable : IDictionaryRepresentationConfigurable where TSerializer : IBsonSerializer

Public Interface IDictionaryRepresentationConfigurable(Of TSerializer As IBsonSerializer) Inherits IDictionaryRepresentationConfigurable

type IDictionaryRepresentationConfigurable<'TSerializer when 'TSerializer : IBsonSerializer> =
interface interface IDictionaryRepresentationConfigurable end

Type Parameters

TSerializer

The type of the serializer.

The IDictionaryRepresentationConfigurableTSerializer type exposes the following members.

Properties

Methods

See Also

Reference