Click or drag to resize
AggregateUnwindOptions<TResult>.ResultSerializer Property
Gets or sets the result serializer.

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

Property Value

Type: IBsonSerializer<TResult>
See Also