Class BsonDeserializationContext
- Namespace
- MongoDB.Bson.Serialization
- Assembly
- MongoDB.Bson.dll
Represents all the contextual information needed by a serializer to deserialize a value.
public class BsonDeserializationContext
- Inheritance
-
BsonDeserializationContext
- Inherited Members
- Extension Methods
Properties
- AllowDuplicateElementNames
Gets a value indicating whether to allow duplicate element names.
- DynamicArraySerializer
Gets the dynamic array serializer.
- DynamicDocumentSerializer
Gets the dynamic document serializer.
- Reader
Gets the reader.
Methods
- CreateRoot(IBsonReader, Action<Builder>)
Creates a root context.
- With(Action<Builder>)
Creates a new context with some values changed.