Re: Persistance
Re: Persistance
- Subject: Re: Persistance
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 8 Oct 2001 18:26:26 +0100
On Monday, October 8, 2001, at 05:14 pm, Smith, Bradley wrote:
What should I be doing? What's the first step?
I take it what you mean is that you want to serialize your objects into
a file that you can then read back in later? Yes, NSCoder is the way to
do this (or you could of course devise your own file format and parser).
If you want to use NSCoder, there is a good example of its use in the
Learning Cocoa book, which you can also get access to from the "Legacy"
area of the Cocoa documentation under the title "Rhapsody: Discover OS"
or something similar. The tutorial you should look at is called
TravelAdvisor.
-- Finlay
References: | |
| >Persistance (From: "Smith, Bradley" <email@hidden>) |