Interface IRepresentationConverterConfigurable<TSerializer>
- Namespace
 - MongoDB.Bson.Serialization
 
- Assembly
 - MongoDB.Bson.dll
 
Represents a serializer that has a representation converter.
public interface IRepresentationConverterConfigurable<TSerializer> : IRepresentationConverterConfigurable where TSerializer : IBsonSerializer
  Type Parameters
TSerializerThe type of the serializer.
- Inherited Members
 
- Extension Methods
 
Methods
- WithConverter(RepresentationConverter)
 Returns a serializer that has been reconfigured with the specified item serializer.