Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson • BsonFieldWriteable
BsonFieldWriteable¶
interface BsonFieldWriteable
An object that can be represented as fields in a BSON document
.
Functions¶
toString
¶
JSON representation of this object as a BSON document
.
writeTo
¶
@LowLevelApi
abstract fun writeTo(writer: BsonFieldWriter)
Writes this object to the provided writer
.