Re: NSCoder with network

2009-12-13 Thread James Maxwell
Thanks Graham. Good info to have. cheers, J. On 2009-12-13, at 3:02 PM, Graham Cox wrote: > > On 14/12/2009, at 4:29 AM, James Maxwell wrote: > >> I've got a potentially tricky problem here. My app is backed by a >> network-like data structure based on three objects: a Network_Controller, a

Re: NSCoder with network

2009-12-13 Thread Graham Cox
On 14/12/2009, at 4:29 AM, James Maxwell wrote: > I've got a potentially tricky problem here. My app is backed by a > network-like data structure based on three objects: a Network_Controller, a > Network, and a set of Nodes. The network is arranged in a hierarchy of > levels, with each level h

Re: NSCoder with network

2009-12-13 Thread James Maxwell
Brilliant. Thanks! J. On 2009-12-13, at 11:50 AM, A.M. wrote: > > On Dec 13, 2009, at 12:29 PM, James Maxwell wrote: > >> Hello All, >> >> I've got a potentially tricky problem here. My app is backed by a >> network-like data structure based on three objects: a Network_Controller, a >> Net

NSCoder with network

2009-12-13 Thread James Maxwell
Hello All, I've got a potentially tricky problem here. My app is backed by a network-like data structure based on three objects: a Network_Controller, a Network, and a set of Nodes. The network is arranged in a hierarchy of levels, with each level having at least one node. The Network object st