Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson • read
read
Reads this document into an instance of type T.
If it isn't possible to deserialize this BSON to the given type, an exception is thrown.
See also
- BsonContext.write The inverse operation.