Table of Contents

Class ReplaceOutputSerializerPipelineDefinition<TInput, TIntermediate, TOutput>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents a pipeline with the output serializer replaced.

public sealed class ReplaceOutputSerializerPipelineDefinition<TInput, TIntermediate, TOutput> : PipelineDefinition<TInput, TOutput>

Type Parameters

TInput

The type of the input documents.

TIntermediate

The type of the intermediate documents.

TOutput

The type of the output documents.

Inheritance
PipelineDefinition<TInput, TOutput>
ReplaceOutputSerializerPipelineDefinition<TInput, TIntermediate, TOutput>
Inherited Members
Extension Methods

Constructors

ReplaceOutputSerializerPipelineDefinition(PipelineDefinition<TInput, TIntermediate>, IBsonSerializer<TOutput>)

Initializes a new instance of the ReplaceOutputSerializerPipelineDefinition<TInput, TIntermediate, TOutput> class.

Properties

OutputSerializer

Gets the output serializer.

Stages

Gets the stages.

Methods

Render(IBsonSerializer<TInput>, IBsonSerializerRegistry, LinqProvider)

Renders the pipeline.

See Also

PipelineDefinition<TInput, TOutput>