I guess I just don't know what the difference is because I don't understand the "black box" but what is the difference between using either one of these methods?
When should I be using
NSData
writeToFile: atomically:
and when should I be using
[NSKeyedArchiver archiveRootObject: toFile:]
And what are the pros and cons to using each?