Table of Contents

Interface ICustomBsonTypeMapper

Namespace
MongoDB.Bson
Assembly
MongoDB.Bson.dll

An interface for custom mappers that map an object to a BsonValue.

public interface ICustomBsonTypeMapper
Extension Methods

Methods

TryMapToBsonValue(object, out BsonValue)

Tries to map an object to a BsonValue.