Method GetSerializer
- Namespace
 - MongoDB.Bson.Serialization
 
- Assembly
 - MongoDB.Bson.dll
 
GetSerializer(Type)
Gets a serializer for a type.
IBsonSerializer GetSerializer(Type type)
Parameters
typeTypeThe type.
Returns
- IBsonSerializer
 A serializer.
Gets a serializer for a type.
IBsonSerializer GetSerializer(Type type)
type TypeThe type.
A serializer.