Click or drag to resize
BsonSerializationProviderBaseCreateGenericSerializer Method (Type, Type, IBsonSerializerRegistry)
Creates the serializer from a serializer type definition and type arguments.

Namespace: MongoDB.Bson.Serialization
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
protected virtual IBsonSerializer CreateGenericSerializer(
	Type serializerTypeDefinition,
	Type[] typeArguments,
	IBsonSerializerRegistry serializerRegistry
)

Parameters

serializerTypeDefinition
Type: SystemType
The serializer type definition.
typeArguments
Type: SystemType
The type arguments.
serializerRegistry
Type: MongoDB.Bson.SerializationIBsonSerializerRegistry
The serializer registry.

Return Value

Type: IBsonSerializer
A serializer.
See Also