Click or drag to resize
ParallelScanArgsSerializer Property
Gets or sets the serializer.

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

Property Value

Type: IBsonSerializer
See Also