Constructor DictionaryInterfaceImplementerSerializer
- Namespace
 - MongoDB.Bson.Serialization.Serializers
 
- Assembly
 - MongoDB.Bson.dll
 
DictionaryInterfaceImplementerSerializer()
Initializes a new instance of the DictionaryInterfaceImplementerSerializer<TDictionary, TKey, TValue> class.
public DictionaryInterfaceImplementerSerializer()
DictionaryInterfaceImplementerSerializer(DictionaryRepresentation)
Initializes a new instance of the DictionaryInterfaceImplementerSerializer<TDictionary, TKey, TValue> class.
public DictionaryInterfaceImplementerSerializer(DictionaryRepresentation dictionaryRepresentation)
Parameters
dictionaryRepresentationDictionaryRepresentationThe dictionary representation.
DictionaryInterfaceImplementerSerializer(DictionaryRepresentation, IBsonSerializer<TKey>, IBsonSerializer<TValue>)
Initializes a new instance of the DictionaryInterfaceImplementerSerializer<TDictionary, TKey, TValue> class.
public DictionaryInterfaceImplementerSerializer(DictionaryRepresentation dictionaryRepresentation, IBsonSerializer<TKey> keySerializer, IBsonSerializer<TValue> valueSerializer)
Parameters
dictionaryRepresentationDictionaryRepresentationThe dictionary representation.
keySerializerIBsonSerializer<TKey>The key serializer.
valueSerializerIBsonSerializer<TValue>The value serializer.