Table of Contents

Class BsonSerializationContext.Builder

Namespace
MongoDB.Bson.Serialization
Assembly
MongoDB.Bson.dll

Represents a builder for a BsonSerializationContext.

public class BsonSerializationContext.Builder
Inheritance
BsonSerializationContext.Builder
Inherited Members
Extension Methods

Properties

IsDynamicType

Gets or sets the function used to determine if a type is a dynamic type.

public Func<Type, bool> IsDynamicType { get; set; }

Property Value

Func<Type, bool>

Writer

Gets the writer.

public IBsonWriter Writer { get; }

Property Value

IBsonWriter

The writer.