-
Type: New Feature
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
Users should be able to deserialize individual fields to BSON types as a cheap alternative to doing non-raw deserialization. Users should also be able to serialize these types.
As part of that, we should also introduce some helper functions (e.g. bson::to_raw_document, bson::from_raw_document) to facilitate this.