ReadOnlyDictionaryInterfaceImplementerSerializerTDictionary, 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.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
Syntax public ReadOnlyDictionaryInterfaceImplementerSerializer<TDictionary, TKey, TValue> WithKeySerializer(
IBsonSerializer<TKey> keySerializer
)
Public Function WithKeySerializer (
keySerializer As IBsonSerializer(Of TKey)
) As ReadOnlyDictionaryInterfaceImplementerSerializer(Of TDictionary, TKey, TValue)
member WithKeySerializer :
keySerializer : IBsonSerializer<'TKey> -> ReadOnlyDictionaryInterfaceImplementerSerializer<'TDictionary, 'TKey, 'TValue>
Parameters
- keySerializer
- Type: MongoDB.Bson.SerializationIBsonSerializerTKey
The key serializer.
Return Value
Type:
ReadOnlyDictionaryInterfaceImplementerSerializerTDictionary,
TKey,
TValueThe reconfigured serializer.
See Also