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.
Type BaseType { get; }
Property Value
DerivedSerializer
The serializer for the derived type.
IBsonSerializer DerivedSerializer { get; }
Property Value
DerivedType
The derived type that the serializer will downcast to.
Type DerivedType { get; }