On 5/8/07, nxzone <[EMAIL PROTECTED]> wrote: > How we can serialize a objects and save it to a file like xml?
var bytes:ByteArray = new ByteArray(); bytes.writeObject(myComplexObject); // write bytes to file
On 5/8/07, nxzone <[EMAIL PROTECTED]> wrote: > How we can serialize a objects and save it to a file like xml?
var bytes:ByteArray = new ByteArray(); bytes.writeObject(myComplexObject); // write bytes to file