开发者

nskeyedarchiver

0
  • 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 分类:问答
  • Data protection on mobile devices

    I\'m storing some healthcare data on a mobile phone and I\'d like to know what the best system of encryption is, to keep the data secure. It\'s basically a bunch of model objects, that I\'m serializin[详细]

    2023-01-14 09:33 分类:问答
  • How to archive an NSArray of custom objects to file in Objective-C

    Can you sh开发者_Python百科ow me the syntax or any sample programs to archive an NSArray of custom objects in Objective-C?Check out NSUserDefaults.[详细]

    2023-01-11 22:51 分类:问答
  • NSCoding with as NSString inside a object

    My issue is then I retrieve my NSArray of Store objects, all my NSString properties are causing BadAccess errors. The int and double properties work fine![详细]

    2023-01-11 12:15 分类:问答
  • NSKeyedUnarchiver - delete decoded data?

    I couldn\'t get any replies on my previous (related) question, so I\'m wondering if slightly paraphrasing it will be of any help.[详细]

    2023-01-08 09:37 分类:问答
  • Where'd my sounds go?

    In my Row class I have the initWithCoder method and everything restored in that method works fine, but only within the method. After the method is called I loose an array of sounds that is in my Row c[详细]

    2023-01-03 23:37 分类:问答
  • NSNumbers in archived array dissappear

    Okay I\'ve made an array of NSNumber objects that I\'ve stored into an NSMutableArray. When the game loads it\'s unarchived and retained but all the NSNumber objects are gone. Here\'s my code:[详细]

    2023-01-03 22:34 分类:问答
  • NSMutableArray and saving to a file

    I have a class called Shop that contains data m开发者_JAVA百科embers (NSString, NSInteger and NSMutableArray that contain another class (that also has NSString and NSInteger).[详细]

    2023-01-03 12:43 分类:问答
  • Fast (de)serialization on iPhone

    I\'m developing a game/engine for iPhone OS. It\'s the first time I\'m using Objective-C. I made my own binary format for geometry data and for textures I\'m focusing on PVRTC. That should be the opt[详细]

    2023-01-03 02:59 分类:问答
  • NSKeyedUnarchiver - Bad access

    I was trying to archive an object into a plist file and load it later to fill a tableView. It seems that the file gets archived correctly but I get a bad access when trying to get the value out of the[详细]

    2022-12-31 16:11 分类:问答