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?

link|improve this question

Two acronyms: AJAX and JSON. – Jared Farrish Dec 3 '11 at 5:24
@jared. But JSON isn't really a real object. Also you can't save methods with JSON. – ajsie Dec 3 '11 at 5:29
I dont think js objects can be serializable. – d-live Dec 3 '11 at 5:31
1  
I don't know what you mean by "real object", if you can explain that, it would be helpful. Also, your original question did not mention methods. Is there some reason you can't use client-side code to load an object described in JSON into a first-class object with methods? – Jared Farrish Dec 3 '11 at 5:31
show 7 more comments
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.