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