nscoder
Problems with the NSKeyedArchiver
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?[详细]
2023-01-15 09:44 分类:问答Is NSMutableArray writeToFile recursive?
Does NSMutableArray support recursive serialization? E.g. will a NS开发者_开发问答MutableArray of NSMutableArray\'s serialize the entirety of the heirarchy out when calling writeToFile?[详细]
2023-01-10 20:35 分类:问答Trouble decoding with NSKeyedUnarchiver
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[详细]
2023-01-09 13:06 分类:问答iphone / objective C / how to encode a double[] for archiving
I am using double[] instead of NSArray. Would anyone 开发者_StackOverflow社区know how to encode it for archivingTwo options come to mind:[详细]
2022-12-25 00:07 分类:问答Sample (preferably simple) subclass of NSCoder?
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[详细]
2022-12-21 06:13 分类:问答