nsmutablearray and saving to file
        Posted  
        
            by Amir
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Amir
        
        
        
        Published on 2010-06-13T13:27:45Z
        Indexed on 
            2010/06/13
            13:32 UTC
        
        
        Read the original article
        Hit count: 213
        
objective-c
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.
© Stack Overflow or respective owner