Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson • BsonValueReader • readInstant
readInstant¶
@ExperimentalTime
@LowLevelApi
open fun readInstant(): Instant
Reads an Instant
. Conversion function on top of readDateTime
.