Table of Contents

Interface IRepresentationConverterConfigurable

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

Represents a serializer that has a representation converter.

public interface IRepresentationConverterConfigurable
Extension Methods

Properties

Converter

Gets the converter.

RepresentationConverter Converter { get; }

Property Value

RepresentationConverter

The converter.

Methods

WithConverter(RepresentationConverter)

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

IBsonSerializer WithConverter(RepresentationConverter converter)

Parameters

converter RepresentationConverter

The converter.

Returns

IBsonSerializer

The reconfigured serializer.