I have a question related to save an array of Class objects to a plist And then get it back.
For example i have a class "A" with two Nsstring and some int values.
I have an array of Class A objects.
How can i save this array in to plist.
I can Done store a simple Array(Array of Strings) in to Plist.There is No Error.
But When I store this "Array of Objects" It cant be done.
Thanks in Advance.