hi,

I have an NSURL that is encoded by:

        [theCoder encodeBycopyObject:mFileURLSource];


but I notice that when i double check on the InitWithCoder that

        mFileURLSource = [[theCoder decodeObject] retain];
        if ([mFileURLSource isProxy] == YES)
        {
                OS_DEBUG_LOG(@"MFileURLSOUrce is still a proxy object");
        }

It is always a proxy object...

Al the other ivars in my object are encoded fine (they are NSNumber, NSDate and NSString classes.

I'm wondering if there is some kind of exception with NSURL?

regards,


marc
_______________________________________________

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