Interface IDowncastingSerializer
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Bson.Serialization.Serializers
Assembly
MongoDB.Bson.dll
An interface implemented by DowncastingSerializer.
public interface IDowncastingSerializer
Extension Methods
Properties
The base type that the serializer will downcast from.
The serializer for the derived type.
The derived type that the serializer will downcast to.