Method WithDictionaryRepresentation
- Namespace
- MongoDB.Bson.Serialization
- Assembly
- MongoDB.Bson.dll
WithDictionaryRepresentation(DictionaryRepresentation)
Returns a serializer that has been reconfigured with the specified dictionary representation.
IBsonSerializer WithDictionaryRepresentation(DictionaryRepresentation dictionaryRepresentation)
Parameters
dictionaryRepresentation
DictionaryRepresentationThe dictionary representation.
Returns
- IBsonSerializer
The reconfigured serializer.