Leonardo Otoni de Assis
Leonardo Otoni de Assis
So, the problem happens using Mongoose because this library tries to serialize a Mongoose “Document” instance, which contains a bunch of methods such as getters/setters, validation, virtuals, etc. Depending on...
AFAIK, the Nodejs Mongo driver is the responsible layer for parsing/translating BSON to native JS objects and prop values during CRUD operations through it.
It's done.✌ On Wed, Aug 10, 2022 at 11:23 PM Loren ☺️ ***@***.***> wrote: > Yeah, they're no longer binary BSON, but I think the object can have types >...