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