Property List Question
Property List Question
- Subject: Property List Question
- From: Karl Goiser <email@hidden>
- Date: Wed, 16 May 2001 12:30:21 +1000
Hello,
I have a question about property lists:
I have data which is a list of information about objects that I want
to store in a property list - it is basically like a list of
information about people.
So I want to represent it as an array of arrays of strings. This
way, I can easily read and store the data with methods like
"arrayWithContentsOfFile:" and "writeToFile:atomically:".
The problem is is that I want to represent the 'people' as objects
(for the obvious OO benefits). However, if I do, I will lose the
ability to use "arrayWithContentsOfFile:" and
"writeToFile:atomically:" because the array will no longer contain
only property list objects.
Is there a protocol or something which I can make the 'people'
objects conform to which will make the saving and loading work?
Thanks in advance,
Karl
--
----
Klaatu verada nikto