Table of Contents

Property ForeignSerializer

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

ForeignSerializer

Gets or sets the foreign document serializer.

public IBsonSerializer<TForeignDocument> ForeignSerializer { get; set; }

Property Value

IBsonSerializer<TForeignDocument>