I have an Javascript object that I want to save in a NoSQL database (Neo4j).
Is there a way to save this object in the database to retrieve it later on and have it acting like it was never sent to and retrieve from database, that means having all the members (properties and methods) that were defined?
If so, how would you do that?