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