Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson • BsonDocumentReader • entries
entries¶
abstract val entries: Map<String, BsonValueReader>
A map allowing to go through all key-value pairs in the document.
Keys of this map are names of fields. Value of this map are the result of calling read
for the given name.