Click or drag to resize

ReplaceOutputSerializerPipelineDefinitionTInput, TIntermediate, TOutputRender Method

Renders the pipeline.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public override RenderedPipelineDefinition<TOutput> Render(
	IBsonSerializer<TInput> inputSerializer,
	IBsonSerializerRegistry serializerRegistry
)

Parameters

inputSerializer
Type: MongoDB.Bson.SerializationIBsonSerializerTInput
The input serializer.
serializerRegistry
Type: MongoDB.Bson.SerializationIBsonSerializerRegistry
The serializer registry.

Return Value

Type: RenderedPipelineDefinitionTOutput
A RenderedPipelineDefinitionTOutput
See Also