Re: Implementing Object persistence
Re: Implementing Object persistence
- Subject: Re: Implementing Object persistence
- From: Will Mason <email@hidden>
- Date: Sun, 9 Jan 2005 10:22:10 -0800 (PST)
- Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
> > I'm interested in finding any how-to info on implementing Object
> > Persistence on Mac OS X
> > In particular I'm interested in info on how to save (Possibly)
> > Cyclical graphs so that the original graph structore can be
> restored
> > from a file.
>
>
> I'd say using NSKeyedArchiver. I'm not sure it will handle cyclical
> graphs, but you definitely need to check it out.
NSKeyedArchiver is fine, but if you're concerned about performance or
you want to create very large archives with thousands of objects, then
NSArchiver is a much better option. NSKeyedArchiver tends to spend a
lot of time twiddling its thumbs.
Will
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden