Re: How to iterate over all objects stored with NSCoder
Re: How to iterate over all objects stored with NSCoder
- Subject: Re: How to iterate over all objects stored with NSCoder
- From: Jens Alfke <email@hidden>
- Date: Tue, 13 Oct 2009 11:32:12 -0700
On Oct 12, 2009, at 9:40 PM, Michael Robinson wrote:
As I lost the source code, I would like to know if there is a way to
dump all keys/values from NSCoder so I can use it to help me with my
arduous rewrite.
There is not any API for this. Parsing an archive is pretty difficult
unless you have the same classes available. Although if it's in XML,
not binary, format, it is somewhat understandable if you squint at it
hard enough (or parse it with NSXML.)
—Jens_______________________________________________
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