Table of Contents

Property DocumentSerializer

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

DocumentSerializer

Gets the document serializer.

public IBsonSerializer<TDocument> DocumentSerializer { get; }

Property Value

IBsonSerializer<TDocument>