Re: NSDistantObject question
Re: NSDistantObject question
- Subject: Re: NSDistantObject question
- From: "Adam R. Maxwell" <email@hidden>
- Date: Thu, 19 Jul 2007 06:47:35 -0700
On Jul 19, 2007, at 03:39, Michael C. Silva wrote:
I am using NSConnection based distributed objects between
processes. I pass a number of arguments bycopy. The 'native' Cocoa
types (like NSString, NSDictionary) all seem to make local copies in
the server side's destination address space. However, none of my
objects do this, they are all proxied via NSDistantObject.
What do I need to do to allow my objects to be copied? I have tried
implementing NSCopying and NSCoding protocols and these haven't
helped.
This will help:
http://developer.apple.com/documentation/Cocoa/Conceptual/DistrObjects/Tasks/substitutions.html
Also, NSPortCoder does not implement keyed archiving:
http://www.cocoabuilder.com/archive/message/cocoa/2007/2/21/179173
--
Adam
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden