Interface IDictionaryRepresentationConfigurable<TSerializer>
- Namespace
- MongoDB.Bson.Serialization
- Assembly
- MongoDB.Bson.dll
Represents a serializer that has a DictionaryRepresentation property.
public interface IDictionaryRepresentationConfigurable<TSerializer> : IDictionaryRepresentationConfigurable where TSerializer : IBsonSerializer
Type Parameters
TSerializer
The type of the serializer.
- Inherited Members
- Extension Methods
Methods
- WithDictionaryRepresentation(DictionaryRepresentation)
Returns a serializer that has been reconfigured with the specified dictionary representation.