Table of Contents

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

Type

DerivedSerializer

The serializer for the derived type.

IBsonSerializer DerivedSerializer { get; }

Property Value

IBsonSerializer

DerivedType

The derived type that the serializer will downcast to.

Type DerivedType { get; }

Property Value

Type