MongoDB request DSL • opensavvy.ktmongo.dsl.aggregation • AbstractPipeline • writeTo
writeTo¶
override fun writeTo(writer: )
Writes the entire pipeline into writer
.
This function is similar to BsonNode.writeTo
, with the difference that expressions generate documents, and pipelines generate arrays.
Using this method will thus write an array containing the different stages.