Serializing Dictionaries
Brady Kelly <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.clr |
|---|---|
| Message-ID | <[email protected]> |
I have an object graph in which most nodes contain generic Dictionary objects of other classes. After looking at IXmlSerializer I can't decide whether to go this route, or just derive all my dictionaries from a serializable dictionary. If I implement IXmlSerializer, I would then require each element of my dictionary to also implement this interface, so I can call WriteXml on each one, but what happens if the dictionary element is a built-in type, such as string? =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com