i\'ve still have got problems with the NSKeyedArchiver. I implemented everything I was told to do, but it still does not work. I\'m kind of frustrated. So could anyone help me out?
Does NSMutableArray support recursive serialization? E.g. will a NS开发者_开发问答MutableArray of NSMutableArray\'s serialize the entirety of the heirarchy out when calling writeToFile?
I am writing an app targeted at iOS 4.0 on XCode 3.2.3 where I store some dat开发者_如何学Pythona when the app closes using NSCoder protocol. Saving seems to work fine, the problem is retrieving the d
I am using double[] instead of NSArray. Would anyone 开发者_StackOverflow社区know how to encode it for archivingTwo options come to mind:
I\'m trying to create a subclass of NSCoder, but I really don\'t know where to start. Apple\'s documentation lists which methods are required, but not much e开发者_开发百科lse. Maybe my Google-fu is w