DictionaryInterfaceImplementerSerializer(TDictionary) Class (original) (raw)

DictionaryInterfaceImplementerSerializerTDictionary Class

Represents a serializer for a class that implements IDictionary.

Inheritance Hierarchy

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

Syntax

public class DictionaryInterfaceImplementerSerializer : DictionarySerializerBase, IChildSerializerConfigurable, IDictionaryRepresentationConfigurable where TDictionary : class, new(), IDictionary

Public Class DictionaryInterfaceImplementerSerializer(Of TDictionary As {Class, New, IDictionary}) Inherits DictionarySerializerBase(Of TDictionary) Implements IChildSerializerConfigurable, IDictionaryRepresentationConfigurable

type DictionaryInterfaceImplementerSerializer<'TDictionary when 'TDictionary : not struct, new() and IDictionary> =
class inherit DictionarySerializerBase<'TDictionary> interface IChildSerializerConfigurable interface IDictionaryRepresentationConfigurable end

Type Parameters

TDictionary

The type of the dictionary.

The DictionaryInterfaceImplementerSerializerTDictionary type exposes the following members.

Constructors

Properties

Methods

Extension Methods

See Also

Reference