On 10/25/05, Florian Metzger - Neodelight <[EMAIL PROTECTED]> wrote: > i want to serialize the shared object and dump it into a text file and later > deserialze the shared object from that text file. > does anybody have a script or class for that ?
Here's two different ones: http://www.designvox.com/%7Eborys/JSON/JSON.as from http://www.crockford.com/JSON/index.html And then this one, which is compatible with php's serialize() : http://sourceforge.net/projects/serializerclass/ -David R _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

