Table of Contents

Constructor ChangeStreamDocumentSerializer

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

ChangeStreamDocumentSerializer(IBsonSerializer<TDocument>)

Initializes a new instance of the ChangeStreamDocumentSerializer<TDocument> class.

public ChangeStreamDocumentSerializer(IBsonSerializer<TDocument> documentSerializer)

Parameters

documentSerializer IBsonSerializer<TDocument>

The document serializer.