Click or drag to resize
ParallelScanArgs<TDocument>.Serializer Property
Gets or sets the serializer.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.2.0
Syntax
public IBsonSerializer<TDocument> Serializer { get; set; }

Property Value

Type: IBsonSerializer<TDocument>
See Also