Where can i find a good example of archiving objects for persistence for the iphone sdk

Posted by Iggy on Stack Overflow See other posts from Stack Overflow or by Iggy
Published on 2010-03-18T17:25:11Z Indexed on 2010/03/18 17:31 UTC
Read the original article Hit count: 257

Filed under:

I have an object that contains about half a dozen properties. I expect to save maybe a dozen or more of these objects to my documents folder. My solution is to save the data using NSEncoding and NSKeyed/Archiver/Unarchiver. Anyone have a better strategy or approach.

© Stack Overflow or respective owner

Related posts about iphone-sdk