Class BsonDeserializationContext

| MongoDB CSharp Driver API Reference (original) (raw)

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)

Creates a root context.

With(Action)

Creates a new context with some values changed.