Interface IBsonPolymorphicSerializer
- Namespace
- MongoDB.Bson.Serialization
- Assembly
- MongoDB.Bson.dll
An interface implemented by a polymorphic serializer.
public interface IBsonPolymorphicSerializer
- Extension Methods
Properties
IsDiscriminatorCompatibleWithObjectSerializer
Gets a value indicating whether this serializer's discriminator is compatible with the object serializer.
bool IsDiscriminatorCompatibleWithObjectSerializer { get; }
Property Value
- bool
true
if this serializer's discriminator is compatible with the object serializer; otherwise,false
.