Table of Contents

Interface IBsonSerializerRegistry

Namespace
MongoDB.Bson.Serialization
Assembly
MongoDB.Bson.dll

A serializer registry.

public interface IBsonSerializerRegistry
Extension Methods

Methods

GetSerializer(Type)

Gets the serializer for the specified type.

GetSerializer<T>()

Gets the serializer for the specified T.