Circular Reference Question Attribute
Brady Kelly <[email protected]> Fri, 1 Feb 2008 16:24:32 +0200
| Newsgroups | gmane.comp.windows.devel.dotnet.clr |
|---|---|
| Message-ID | <[email protected]> |
I have a custom attribute that I use for serializing properties of classes. It indicates which properties should be serialized and their target XML attribute. To me this information is all to do with my XML persistence, not the actual components being persisted, so it makes more sense (now, I hope I change my mind) that the attribute be defined in the persistence project, but the persistence project needs a reference to the components project to serialize components, so the components project can't have the reference to persistence it needs to use the attribute. Confusing? =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com