Method WithConverter
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Bson.Serialization.Serializers
Assembly
MongoDB.Bson.dll
WithConverter(RepresentationConverter)
Returns a serializer that has been reconfigured with the specified item serializer.
public UInt32Serializer WithConverter(RepresentationConverter converter)
Parameters
converter
RepresentationConverter
The converter.
Returns
The reconfigured serializer.