• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Implementing Object persistence
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Implementing Object persistence
      • From: "M. Uli Kusterer" <email@hidden>
References: 
 >Re: Implementing Object persistence (From: Steven Kramer <email@hidden>)

  • Prev by Date: Re: [OT] Library for sound manipulation
  • Next by Date: Re: Ghost value in NSUserDefaults
  • Previous by thread: Re: Implementing Object persistence
  • Next by thread: Re: Implementing Object persistence
  • Index(es):
    • Date
    • Thread