| IRepresentationConverterConfigurableTSerializer Interface | 
Namespace: MongoDB.Bson.Serialization
 Syntax
Syntaxpublic interface IRepresentationConverterConfigurable<TSerializer> : IRepresentationConverterConfigurable where TSerializer : IBsonSerializer
The IRepresentationConverterConfigurableTSerializer type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Converter | 
            Gets the converter.
            (Inherited from IRepresentationConverterConfigurable.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | WithConverter | 
            Returns a serializer that has been reconfigured with the specified item serializer.
             | 
 See Also
See Also