Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson • BsonFieldWriter • writeObjectId
writeObjectId¶
@LowLevelApi
abstract fun writeObjectId(name: String, id: ByteArray)
@ExperimentalTime
@LowLevelApi
abstract fun writeObjectId(name: String, id: ObjectId)