toOfficial

fun ObjectId.toOfficial(): ObjectId(source)

Converts an ObjectId from the Java driver into a KtMongo ObjectId.


fun Timestamp.toOfficial(): BsonTimestamp(source)
fun FloatVector.toOfficial(): Float32BinaryVector(source)
fun BooleanVector.toOfficial(): PackedBitBinaryVector(source)
fun ByteVector.toOfficial(): Int8BinaryVector(source)