Table of Contents

Method RegisterMapping

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

RegisterMapping(Type, Type)

Registers the serializer mapping.

public void RegisterMapping(Type type, Type serializerType)

Parameters

type Type

The type.

serializerType Type

Type of the serializer.