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.
DictionaryRepresentation DictionaryRepresentation { get; }
Property Value
- DictionaryRepresentation
The dictionary representation.
KeySerializer
Gets the key serializer.
IBsonSerializer KeySerializer { get; }
Property Value
- IBsonSerializer
The key serializer.
ValueSerializer
Gets the value serializer.
IBsonSerializer ValueSerializer { get; }
Property Value
- IBsonSerializer
The value serializer.