Click or drag to resize
AggregateOperationTResultResultSerializer Property
Gets the result value serializer.

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

Property Value

Type: IBsonSerializerTResult
The result value serializer.
See Also