Subj : Re: [SpiderMonkey] Serializing JSObject To : netscape.public.mozilla.jseng From : Jens Thiele Date : Thu Jun 24 2004 01:09 pm ggadwa@charter.net wrote: > If there's a simple function I can call on a JSObject that can covert it > back and forth from a string, I'm all for it, even though creating the > code is fun :) i am doing the same in javascript see http://egachine.berlios.de/ or directly: http://cvs.berlios.de/cgi-bin/viewcvs.cgi/*checkout*/egachine/egachine/src/common.js?rev=HEAD look for serialize and deserialize the difference to uneval/eval is that serialize keeps prototype relationships jens .