Table of Contents

Property ResultSerializer

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

ResultSerializer

Gets the result serializer.

public IBsonSerializer<TCommandResult> ResultSerializer { get; }

Property Value

IBsonSerializer<TCommandResult>

The result serializer.