• 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: Using NSKeyedArchiver to save and restore state on iPhone apps
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using NSKeyedArchiver to save and restore state on iPhone apps


  • Subject: Re: Using NSKeyedArchiver to save and restore state on iPhone apps
  • From: Kyle Sluder <email@hidden>
  • Date: Wed, 10 Feb 2010 13:19:38 -0800

On Wed, Feb 10, 2010 at 12:54 PM, Jason Bobier <email@hidden> wrote:
> All of these are NSCoding compliant, which means that if I archive it, I should be able to unarchive it and get the exact state back (subject to conditional archiving, etc...) as long as I archive a complete object graph.

Not true. You have no idea what other objects have references to the
ones you've archives, and these external references might be crucial
to the functionality of your object graph.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Using NSKeyedArchiver to save and restore state on iPhone apps
      • From: Jason Bobier <email@hidden>
References: 
 >Using NSKeyedArchiver to save and restore state on iPhone apps (From: Jason Bobier <email@hidden>)
 >Re: Using NSKeyedArchiver to save and restore state on iPhone apps (From: Jens Alfke <email@hidden>)
 >Re: Using NSKeyedArchiver to save and restore state on iPhone apps (From: Jason Bobier <email@hidden>)

  • Prev by Date: Re: Is a good practice to alloc an object and defer the initialization to another object?
  • Next by Date: NSArray (unique Items matching x)
  • Previous by thread: Re: Using NSKeyedArchiver to save and restore state on iPhone apps
  • Next by thread: Re: Using NSKeyedArchiver to save and restore state on iPhone apps
  • Index(es):
    • Date
    • Thread