Table of Contents

Constructor DictionaryInterfaceImplementerSerializer

Namespace
MongoDB.Bson.Serialization.Serializers
Assembly
MongoDB.Bson.dll

DictionaryInterfaceImplementerSerializer()

Initializes a new instance of the DictionaryInterfaceImplementerSerializer<TDictionary> class.

public DictionaryInterfaceImplementerSerializer()

DictionaryInterfaceImplementerSerializer(DictionaryRepresentation)

Initializes a new instance of the DictionaryInterfaceImplementerSerializer<TDictionary> class.

public DictionaryInterfaceImplementerSerializer(DictionaryRepresentation dictionaryRepresentation)

Parameters

dictionaryRepresentation DictionaryRepresentation

The dictionary representation.

DictionaryInterfaceImplementerSerializer(DictionaryRepresentation, IBsonSerializer, IBsonSerializer)

Initializes a new instance of the DictionaryInterfaceImplementerSerializer<TDictionary> class.

public DictionaryInterfaceImplementerSerializer(DictionaryRepresentation dictionaryRepresentation, IBsonSerializer keySerializer, IBsonSerializer valueSerializer)

Parameters

dictionaryRepresentation DictionaryRepresentation

The dictionary representation.

keySerializer IBsonSerializer

The key serializer.

valueSerializer IBsonSerializer

The value serializer.