On 19/12/2009, at 12:30 AM, Richard Somers wrote: > How safe is it to use NSArchiver in a project?
I'd say it's safe, because it will be needed for older file formats that can only be read by dearchiving using NSUnarchiver. It's not deprecated, it's just hat newer code is better off using NSKeyedArchiver. From the introductory para of the class ref: "In Mac OS X v10.2 and later, NSArchiver and NSUnarchiver have been replaced by NSKeyedArchiver and NSKeyedUnarchiver respectively— see Archives and Serializations Programming Guide for Cocoa." --Graham _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com