Table of Contents

Method GetSerializer

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

GetSerializer(Type)

Gets a serializer for a type.

IBsonSerializer GetSerializer(Type type)

Parameters

type Type

The type.

Returns

IBsonSerializer

A serializer.