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.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
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