Method WithConverter
- Namespace
 - MongoDB.Bson.Serialization.Serializers
 
- Assembly
 - MongoDB.Bson.dll
 
WithConverter(RepresentationConverter)
Returns a serializer that has been reconfigured with the specified item serializer.
public DoubleSerializer WithConverter(RepresentationConverter converter)
Parameters
converterRepresentationConverterThe converter.
Returns
- DoubleSerializer
 The reconfigured serializer.