| IDictionaryRepresentationConfigurableTSerializer Interface | 
Namespace: MongoDB.Bson.Serialization
 Syntax
Syntaxpublic interface IDictionaryRepresentationConfigurable<TSerializer> : IDictionaryRepresentationConfigurable where TSerializer : IBsonSerializer
The IDictionaryRepresentationConfigurableTSerializer type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DictionaryRepresentation | 
            Gets the dictionary representation.
            (Inherited from IDictionaryRepresentationConfigurable.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | WithDictionaryRepresentation | 
            Returns a serializer that has been reconfigured with the specified dictionary representation.
             | 
 See Also
See Also