Table of Contents

Interface IBsonSerializationProvider

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

An interface implemented by serialization providers.

public interface IBsonSerializationProvider
Extension Methods

Methods

GetSerializer(Type)

Gets a serializer for a type.

IBsonSerializer GetSerializer(Type type)

Parameters

type Type

The type.

Returns

IBsonSerializer

A serializer.