The title pretty much explains it. Do I need to serialize the objects first, or is it possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to code/decode the objects in your object (which is in your array) with and archive the array to NSData.
Just add
to the Class of your Objects (in your array) and follow the warnings of your compiler 😀
Then archive your array like this:
Check this out http://soff.es/archiving-objective-c-objects-with-nscoding