nsmutablearray and saving to file
- by Amir
hello all,
I have class named Shop that contain data members (NSString , NSInteger and nsmutablearray that contain another class(that have also NSString and NSInteger)
Now if i use nsmutablearray to hold alist of Shops what is the best way to save the list to file and load it later?
again the class Shop contain data memeber that is another class both of the classes have NSString and NSinteger (maybe also NSdata and NSdate)
i heard somthing about archiver??
thanks.