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
DictionaryRepresentationThe 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
DictionaryRepresentationThe dictionary representation.
keySerializer
IBsonSerializerThe key serializer.
valueSerializer
IBsonSerializerThe value serializer.