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.13.1-v2-13-x1+a7f8afe27855f38f4f72157d11ba2ae73895502e
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