maybe the driver and BSON implementation you have allows the functionality you want with its API, if it doesn’t i guess you have to change the driver or the BSON implementation.
In node.js its 2 files serialize/deserialize that do the work see
maybe the driver and BSON implementation you have allows the functionality you want with its API, if it doesn’t i guess you have to change the driver or the BSON implementation.
In node.js its 2 files serialize/deserialize that do the work see