Table of Contents

Method WithConverter

Namespace
MongoDB.Bson.Serialization
Assembly
MongoDB.Bson.dll

WithConverter(RepresentationConverter)

Returns a serializer that has been reconfigured with the specified item serializer.

TSerializer WithConverter(RepresentationConverter converter)

Parameters

converter RepresentationConverter

The converter.

Returns

TSerializer

The reconfigured serializer.