IRepresentationConverterConfigurable(TSerializer) Interface (original) (raw)

IRepresentationConverterConfigurableTSerializer Interface

Represents a serializer that has a representation converter.

Namespace: MongoDB.Bson.Serialization
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public interface IRepresentationConverterConfigurable : IRepresentationConverterConfigurable where TSerializer : IBsonSerializer

Public Interface IRepresentationConverterConfigurable(Of TSerializer As IBsonSerializer) Inherits IRepresentationConverterConfigurable

type IRepresentationConverterConfigurable<'TSerializer when 'TSerializer : IBsonSerializer> =
interface interface IRepresentationConverterConfigurable end

Type Parameters

TSerializer

The type of the serializer.

The IRepresentationConverterConfigurableTSerializer type exposes the following members.

Properties

Methods

| | Name | Description | | | ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------- | | Public method | WithConverter | Returns a serializer that has been reconfigured with the specified item serializer. |

Top

See Also

Reference