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
- dictionaryRepresentationDictionaryRepresentation
- 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
- dictionaryRepresentationDictionaryRepresentation
- The dictionary representation. 
- keySerializerIBsonSerializer
- The key serializer. 
- valueSerializerIBsonSerializer
- The value serializer.