| BsonTypeMapper Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: MongoDB.Bson
 Syntax
SyntaxThe BsonTypeMapper type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | MapToBsonValue(Object) | 
            Maps an object to an instance of the closest BsonValue class.
             | 
|   | MapToBsonValue(Object, BsonType) | 
            Maps an object to a specific BsonValue type.
             | 
|   | MapToDotNetValue(BsonValue) | 
            Maps a BsonValue to a .NET value using the default BsonTypeMapperOptions.
             | 
|   | MapToDotNetValue(BsonValue, BsonTypeMapperOptions) | 
            Maps a BsonValue to a .NET value.
             | 
|   | RegisterCustomTypeMapper | 
            Registers a custom type mapper.
             | 
|   | TryMapToBsonValue | 
            Tries to map an object to an instance of the closest BsonValue class.
             | 
 See Also
See Also