On Jul 29, 2011, at 8:22 PM, Jerry Krinock wrote:

> +[NSKeyedArchiver isEncodeable:(id)object]
> +[NSKeyedUnarchiver isAValidArchive:(NSData*)data]

Neither of these are feasible without actually running the archiving, including 
calling all of the arbitrary -initWithCoder: and -encodeWithCoder: methods. So 
they’d have all the same issues we’ve been discussing so far — they’d have to 
use a try…catch block around the [un]archiving, basically.

—Jens

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

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

Reply via email to