Interface IBsonDictionarySerializer
- Namespace
- MongoDB.Bson.Serialization
- Assembly
- MongoDB.Bson.dll
Represents a dictionary serializer that can be used in LINQ queries.
public interface IBsonDictionarySerializer
- Extension Methods
Properties
- DictionaryRepresentation
Gets the dictionary representation.
- KeySerializer
Gets the key serializer.
- ValueSerializer
Gets the value serializer.