ImpliedImplementationInterfaceSerializer(TInterface, TImplementation) Class (original) (raw)

ImpliedImplementationInterfaceSerializerTInterface, TImplementation Class

Represents a serializer for Interfaces.

Inheritance Hierarchy

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

Syntax

public class ImpliedImplementationInterfaceSerializer<TInterface, TImplementation> : SerializerBase, IBsonArraySerializer, IBsonSerializer, IBsonDictionarySerializer, IBsonDocumentSerializer, IChildSerializerConfigurable where TImplementation : class, TInterface

Public Class ImpliedImplementationInterfaceSerializer(Of TInterface, TImplementation As {Class, TInterface}) Inherits SerializerBase(Of TInterface) Implements IBsonArraySerializer, IBsonSerializer, IBsonDictionarySerializer, IBsonDocumentSerializer, IChildSerializerConfigurable

type ImpliedImplementationInterfaceSerializer<'TInterface, 'TImplementation when 'TImplementation : not struct and 'TInterface> =
class inherit SerializerBase<'TInterface> interface IBsonArraySerializer interface IBsonSerializer interface IBsonDictionarySerializer interface IBsonDocumentSerializer interface IChildSerializerConfigurable end

Type Parameters

TInterface

The type of the interface.

TImplementation

The type of the implementation.

The ImpliedImplementationInterfaceSerializerTInterface, TImplementation type exposes the following members.

Constructors

Properties

Methods

Extension Methods

See Also

Reference