Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson • BsonValueWriteable • writeTo
writeTo¶
@LowLevelApi
abstract fun writeTo(writer: BsonValueWriter)
Writes this object to the provided writer
.
Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson • BsonValueWriteable • writeTo
@LowLevelApi
abstract fun writeTo(writer: BsonValueWriter)
Writes this object to the provided writer
.