Table of Contents

Property DocumentSerializer

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

DocumentSerializer

Gets the document serializer.

public IBsonSerializer<TDocument> DocumentSerializer { readonly get; init; }

Property Value

IBsonSerializer<TDocument>