Interface IDowncastingSerializer
- Namespace
 - MongoDB.Bson.Serialization.Serializers
 
- Assembly
 - MongoDB.Bson.dll
 
An interface implemented by DowncastingSerializer.
public interface IDowncastingSerializer
  - Extension Methods
 
Properties
- BaseType
 The base type that the serializer will downcast from.
- DerivedSerializer
 The serializer for the derived type.
- DerivedType
 The derived type that the serializer will downcast to.