Re: Question about Archives and Serialisations Programming Guide
Re: Question about Archives and Serialisations Programming Guide
- Subject: Re: Question about Archives and Serialisations Programming Guide
- From: Dave <email@hidden>
- Date: Fri, 05 Feb 2016 13:46:02 +0000
Hi,
> On 5 Feb 2016, at 13:37, Alex Zavatone <email@hidden> wrote:
>
> The first question is, “Do you have any circular references?”
See my other thread for answer to that, but no, its a network with a Root Object and Child Objects, similar to a NSViewController/NSView Hierarchy.
So, no there are no circular references. Each Node has a Child Array and a Parent (weak) Back Link.
So:
ObjectX.ChildArray[n].parent == ObjectX //In terms of Pointers.
All the Best
Dave
_______________________________________________
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