Re: Property List Format vs NSKeyedArchiver Format
Re: Property List Format vs NSKeyedArchiver Format
- Subject: Re: Property List Format vs NSKeyedArchiver Format
- From: Ken Ferry <email@hidden>
- Date: Wed, 14 Oct 2009 19:07:15 -0700
On Wed, Oct 14, 2009 at 7:47 AM, Michael Ash <email@hidden> wrote:
> On Tue, Oct 13, 2009 at 6:24 PM, Ken Ferry <email@hidden> wrote:
> > Nor is there anything stopping you from dropping in classes written by
> > someone else. You could use
> > MAKeyedArchiver<http://www.mikeash.com/?page=software/source.html>.
> > As long as the source is in your app, you control the format.
>
> In short: MAKeyedArchiver is probably instructive, and may even be a
> good base to start with when creating your own, but please don't use
> it as-is.
Okay, well, if you don't feel like fixing up MAKeyedArchver, you could take
a look at the archivers in the Cocotron project.
http://cocotron.googlecode.com/svn/trunk/Foundation/NSKeyedArchiving/
These are probably trying to use the same on-disk format as Cocoa's version.
You don't need to rely on that, though.
-Ken
_______________________________________________
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