| DictionaryInterfaceImplementerSerializerTDictionary, TKey, TValueWithKeySerializer Method  | 
 
            Returns a serializer that has been reconfigured with the specified key serializer.
            
 
    Namespace: 
   MongoDB.Bson.Serialization.Serializers
    Assembly:
   MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
 Syntax
Syntaxpublic DictionaryInterfaceImplementerSerializer<TDictionary, TKey, TValue> WithKeySerializer(
	IBsonSerializer<TKey> keySerializer
)
Public Function WithKeySerializer ( 
	keySerializer As IBsonSerializer(Of TKey)
) As DictionaryInterfaceImplementerSerializer(Of TDictionary, TKey, TValue)
member WithKeySerializer : 
        keySerializer : IBsonSerializer<'TKey> -> DictionaryInterfaceImplementerSerializer<'TDictionary, 'TKey, 'TValue> 
Parameters
- keySerializer
- Type: MongoDB.Bson.SerializationIBsonSerializerTKey
 The key serializer.
Return Value
Type: 
DictionaryInterfaceImplementerSerializerTDictionary, 
TKey, 
TValueThe reconfigured serializer.
 See Also
See Also