On Tue, Oct 13, 2009 at 2:40 PM, Jens Alfke <[email protected]> wrote:
> > On Oct 13, 2009, at 1:08 PM, Bridger Maxwell wrote: > > I would like to read more on the NSKeyedArchiver XML format, but can't >> find >> documentation on it. Is it open? >> > > No. It's undocumented and could change in the future; writing code for > another platform that parses it would probably be a bad idea. I agree. But as you originally noted, there's nothing stopping you from writing your own coder subclasses that read and write a format you understand. 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. -Ken _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
