¡@

Home 

2014/10/15 ¤U¤È 10:13:32

iphone Programming Glossary: rsdatastore

Save own Class with NSCoder

http://stackoverflow.com/questions/4317164/save-own-class-with-nscoder

RSHighscore NSObject NSString playerName NSInteger points When I try to store all to file void writeDataStore RSDataStore tmpStore RSDataStore alloc init _tmpStore.highscorelist self.highscorelist.list NSMutableData data NSMutableData alloc init.. NSObject NSString playerName NSInteger points When I try to store all to file void writeDataStore RSDataStore tmpStore RSDataStore alloc init _tmpStore.highscorelist self.highscorelist.list NSMutableData data NSMutableData alloc init NSKeyedArchiver archiver.. archiver finishEncoding data writeToFile self dataFilePath atomically YES archiver release data release @interface RSDataStore NSObject NSCoding NSCopying NSMutableArray highscorelist void encodeWithCoder NSCoder encoder encoder encodeObject highscorelist..