Class BsonSerializationContext
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Bson.dll
Represents all the contextual information needed by a serializer to serialize a value.
public class BsonSerializationContext
Inheritance
BsonSerializationContext
Inherited Members
Extension Methods
Properties
Gets a function that, when executed, will indicate whether the type is a dynamic type.
Gets the writer.
Methods
CreateRoot(IBsonWriter, Action)
Creates a root context.
Creates a new context with some values changed.