Click or drag to resize

IRegistryAwareBsonSerializationProvider Interface

An interface implemented by serialization providers that are aware of registries.

Namespace:  MongoDB.Bson.Serialization
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public interface IRegistryAwareBsonSerializationProvider : IBsonSerializationProvider
Methods
  NameDescription
Public methodGetSerializer(Type)
Gets a serializer for a type.
(Inherited from IBsonSerializationProvider.)
Public methodGetSerializer(Type, IBsonSerializerRegistry)
Gets a serializer for a type.
Top
Remarks
This interface was added to preserve backward compatability (changing IBsonSerializationProvider would have been a backward breaking change).
See Also