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