Quote:
Originally Posted by ajitbiswal
classFallbacksForKeyedArchiver
Overridden to return the names of classes that can be used to decode objects if their class is unavailable.
+ (NSArray *)classFallbacksForKeyedArchiver
PLEASE EXPLAIN ME THE ABOVE METHOD OF NSOBJECT...
|
It's used when unarchiving an object to work out what class should be the "unarchiver".
For instance object A creates an archived object which is persisted. Years later, your new project no longer has object A in it, but can specify that your new object B is the substitute class that can unarchive that data.