Re: Persistance
Re: Persistance
- Subject: Re: Persistance
- From: "Erik M. Buck" <email@hidden>
- Date: Tue, 9 Oct 2001 11:05:58 -0500
I have a property list coder that I am contributing to the MiscKit. The
coder handles all of the issues with conditional encoding, graphs with
cycles, etc. The one thing I don't have is a way to integrate property
coding with NSCoding since NSCoding does not accept a "name" argument needed
to label the properties.
I noticed that you have NSObject additions for getting the name of an
instance variable at an offset. Can I use that code for contribution to the
MiscKit ?