Bugged by a Serialization Assembly
Posted by: Rick Strahls WebLog,
on 01 Feb 2007 |
View original | NEW Bookmarked: 0 time(s)
I ran into a problem with Serialization today in one of my utility classes. I have an Entity generator tool I use that generates entity classes for my business objects from the database. One of the things I do in the generated file is embed the settings of the object as an embedded XML Serialization XML string right into the generated code and bracket it with #if false/#endif. I can then simply point the tool right back at this file and it can pick up the settings directly out of the generated file....