This post was written by Greg Jastrab. Read other posts by Greg Jastrab.
I just submitted my entry to the AIR Cookbook for the AIR Cookbook Cook-off.
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 check it out the cookbook entry to find out how to do this and please rate the article!
About the author: Greg Jastrab joined SmartLogic Solutions in June 2006 and leads all Flash/Flex/AIR development. Follow @gjastrab on twitter
Tags: AIR, Flex, Migration, Serialization
Elegant use of namespaces!
Thanks, I’d guess namespaces are probably the most under-utilized feature of AS3.