Which Document class is best to use in Java to read MongoDB documents?
📰 Dev.to · Franck Pachot
TL;DR: the answer is in the title, use Document. BSON is a serialization format, similar to...
TL;DR: the answer is in the title, use Document. BSON is a serialization format, similar to...