On Jun 26, 2008, at 8:05 PM, Kyle Sluder wrote:

On Thu, Jun 26, 2008 at 7:36 PM, Torsten Curdt <[EMAIL PROTECTED]> wrote:
I am getting the selected object from a controller (that is using bindings)

NSDictionary *accountSettings = [accountsController selection];

The returned object is a proxy object. But why isn't the [accountSettings
description] passed on?

2) Without implementing -description for the proxy itself, you would
have no idea that an object was actually a proxy without inspecting
its isa pointer, which for all you know has been swizzled out anyway.

Uh, except for the -isProxy method.  :)

That said, I hope Torsten is only using -description for debugging purposes rather than as a general way to get a text form of a dictionary. For the latter, I recommend NSPropertyListSerialization.

Cheers,
Ken

_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to