Table of Contents

Property DocumentSerializer

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

DocumentSerializer

Gets the document serializer.

public IBsonSerializer<TDocument> DocumentSerializer { get; }

Property Value

IBsonSerializer<TDocument>

The document serializer.