NSCoding VS Core data
问题 I've been searching for an article that explains NSCoding (NSKeyedArchiver...) advantages and disadvantages over use of CoreData (SQLite....). There's a lot of options, I can implement my own custom binary reader/writer, or use plists/xml/json... or use SQLite or NSCoding. I'm kind of lost right now. Can any body explain what's the difference between the MAIN features? 回答1: It depends which kind of data you want to save and whether you will use it only internally or you have to exchange the