Click or drag to resize

DowncastingSerializerCreate Method

Creates a new DowncastingSerializer.

Namespace:  MongoDB.Bson.Serialization.Serializers
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
public static IBsonSerializer Create(
	Type baseType,
	Type derivedType,
	IBsonSerializer derivedTypeSerializer
)

Parameters

baseType
Type: SystemType
The base type.
derivedType
Type: SystemType
The derived type.
derivedTypeSerializer
Type: MongoDB.Bson.SerializationIBsonSerializer
The derived type serializer.

Return Value

Type: IBsonSerializer
A DowncastingSerializer instance.
See Also