I just submitted to the for the .
It solves the problem of having your AIR application store an IExternalizable class on disk but then later adding more fields to that class. How would you read the old version of the class without encountering a runtime error if you tried to read the new field that wasn’t present in the older serialization?
Go the cookbook entry to find out how to do this and please rate the article!
Elegant use of namespaces!
Thanks, I’d guess namespaces are probably the most under-utilized feature of AS3.