Click or drag to resize

IRegistryAwareBsonSerializationProviderGetSerializer Method (Type, IBsonSerializerRegistry)

Gets a serializer for a type.

Namespace:  MongoDB.Bson.Serialization
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
IBsonSerializer GetSerializer(
	Type type,
	IBsonSerializerRegistry serializerRegistry
)

Parameters

type
Type: SystemType
The type.
serializerRegistry
Type: MongoDB.Bson.SerializationIBsonSerializerRegistry
The serializer registry.

Return Value

Type: IBsonSerializer
A serializer.
See Also