Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson • Bson
Bson¶
Functions¶
reader
¶
@LowLevelApi
abstract fun reader(): BsonDocumentReader
Reads the fields of this document.
toByteArray
¶
@LowLevelApi
abstract fun toByteArray(): ByteArray
Low-level byte representation of this BSON document.