| DictionaryInterfaceImplementerSerializerTDictionary Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: MongoDB.Bson.Serialization.Serializers
 Syntax
Syntaxpublic class DictionaryInterfaceImplementerSerializer<TDictionary> : DictionarySerializerBase<TDictionary>, IChildSerializerConfigurable, IDictionaryRepresentationConfigurable where TDictionary : class, new(), IDictionary
The DictionaryInterfaceImplementerSerializerTDictionary type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | DictionaryInterfaceImplementerSerializerTDictionary | 
            Initializes a new instance of the DictionaryInterfaceImplementerSerializerTDictionary class.
             | 
|  | DictionaryInterfaceImplementerSerializerTDictionary(DictionaryRepresentation) | 
            Initializes a new instance of the DictionaryInterfaceImplementerSerializerTDictionary class.
             | 
|  | DictionaryInterfaceImplementerSerializerTDictionary(DictionaryRepresentation, IBsonSerializer, IBsonSerializer) | 
            Initializes a new instance of the DictionaryInterfaceImplementerSerializerTDictionary class.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DictionaryRepresentation | 
            Gets the dictionary representation.
            (Inherited from DictionarySerializerBaseTDictionary.) | 
|  | KeySerializer | 
            Gets the key serializer.
            (Inherited from DictionarySerializerBaseTDictionary.) | 
|  | ValueSerializer | 
            Gets the value serializer.
            (Inherited from DictionarySerializerBaseTDictionary.) | 
|  | ValueType | 
            Gets the type of the values.
            (Inherited from SerializerBaseTValue.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateCannotBeDeserializedException | 
            Creates an exception to throw when a type cannot be deserialized.
            (Inherited from SerializerBaseTValue.) | 
|  | CreateCannotBeSerializedException | 
            Creates an exception to throw when a type cannot be deserialized.
            (Inherited from SerializerBaseTValue.) | 
|  | CreateCannotDeserializeFromBsonTypeException | 
            Creates an exception to throw when a type cannot be deserialized from a BsonType.
            (Inherited from SerializerBaseTValue.) | 
|  | CreateInstance | 
            Creates the instance.
            (Overrides DictionarySerializerBaseTDictionaryCreateInstance.) | 
|  | Deserialize | 
            Deserializes a value.
            (Inherited from ClassSerializerBaseTValue.) | 
|  | DeserializeValue | 
            Deserializes a value.
            (Inherited from DictionarySerializerBaseTDictionary.) | 
|  | EnsureBsonTypeEquals | 
            Ensures that the BsonType equals the expected type.
            (Inherited from SerializerBaseTValue.) | 
|  | Equals | (Inherited from Object.) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetActualType | 
            Gets the actual type.
            (Inherited from ClassSerializerBaseTValue.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|  | Serialize | 
            Serializes a value.
            (Inherited from ClassSerializerBaseTValue.) | 
|  | SerializeValue | 
            Serializes a value.
            (Inherited from DictionarySerializerBaseTDictionary.) | 
|  | ToString | (Inherited from Object.) | 
|  | TryGetMemberSerializationInfo | 
            Tries to get the serialization info for a member.
            (Inherited from DictionarySerializerBaseTDictionary.) | 
|  | WithDictionaryRepresentation(DictionaryRepresentation) | 
            Returns a serializer that has been reconfigured with the specified dictionary representation.
             | 
|  | WithDictionaryRepresentation(DictionaryRepresentation, IBsonSerializer, IBsonSerializer) | 
            Returns a serializer that has been reconfigured with the specified dictionary representation and key value serializers.
             | 
|  | WithKeySerializer | 
            Returns a serializer that has been reconfigured with the specified key serializer.
             | 
|  | WithValueSerializer | 
            Returns a serializer that has been reconfigured with the specified value serializer.
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | ToBson | 
            Serializes an object to a BSON byte array.
            (Defined by BsonExtensionMethods.) | 
|  | ToBsonDocument | 
            Serializes an object to a BsonDocument.
            (Defined by BsonExtensionMethods.) | 
|  | ToJson | 
            Serializes an object to a JSON string.
            (Defined by BsonExtensionMethods.) | 
 See Also
See Also