Table of Contents

Property Serializer

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Serializer

Gets the serializer.

[Obsolete("Use OutputSerializer instead.")]
public IBsonSerializer<TOutput> Serializer { get; }

Property Value

IBsonSerializer<TOutput>