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.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
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