I'm using node-ipc to transfer some mongoose documents across child processes, however, Mongoose functions no longer work with these documents since stringify is called and they are no longer valid mongoose documents.
What is the best way to make this work? Is there a way to convert them back to Mongoose docs when they are received by child processes?