Take a look at the XML-RPC standard. It could give you some ideas for
serializing object hierarchies into text. It only supports common data
types since it supposed to transcend languages, but you could build in
some smarter class instantiation.

http://xmlrpc.com

http://sf.net/projects/xmlrpcflash 

Matt

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Florian
Metzger - Neodelight
Sent: Tuesday, October 25, 2005 11:50 AM
To: flashcoders
Subject: [Flashcoders] serialize object

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 ?
if not, i'll write one... does anybody else need stuff like that ?
 flow motion
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to