Introducing serializr: serializing and deserializing object graphs with ease
Michel Weststrate
364
Very nice writeup! I had this problem this week. While writing a visual XPath builder for Mendix the problem I had was with cyclic references on Deserialisation. I had to use dojo.hitch methods in the object to add reference getters to other objects after JSON.parse and retrofitting the prototype. This is way better than monkey-patching :)