Re: ARC Extending Lifetime of Objects
Re: ARC Extending Lifetime of Objects
- Subject: Re: ARC Extending Lifetime of Objects
- From: Andreas Grosam <email@hidden>
- Date: Mon, 23 Jul 2012 15:34:40 +0200
On 23.07.2012, at 15:22, Graham Cox wrote:
And @Jonny
> Another solution is to use archiving to turn your object graph into a block of data.
Yes, I considered that option, too. This would keep inter-object references intact, too - while a (naive) deepCopy would force to copy any mutable object. I don't think, that mutable inter-object references will ever occur in that scenario, though.
_______________________________________________
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