Hi all,
I have array of NSMutableArray type,which contains user defined menu and item type object.Item type is having refrence to menu object. After linking menu and item object i am archiving the array which contains all these objects to a file.
so when i unarchive array object from a file all the refrences to the objects will be retained or no?
I have array of NSMutableArray type,which contains user defined menu and item type object.Item type is having refrence to menu object. After linking menu and item object i am archiving the array which contains all these objects to a file.
so when i unarchive array object from a file all the refrences to the objects will be retained or no?