Related resources for Complex Classes
  • Best Practices in .NET XML Serialization of Complex Classes12/7/2010 8:20:11 PM. This article will show you XML serialization, so simply added in code, is not a magical stick. Serialization must be planned in full detail when working with complex classes, rather than expected to work by itself. Loss of planning work leads to redesign work later on, when maintaining serialization of original classes becomes too expensive or even hits the limit after which serialization of original classes is not possible without loss of data.