Class BsonDeserializationContext
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
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
Gets a value indicating whether to allow duplicate element names.
Gets the dynamic array serializer.
Gets the dynamic document serializer.
Gets the reader.
Methods
CreateRoot(IBsonReader, Action)
Creates a root context.
Creates a new context with some values changed.