Best Practices in .NET XML Serialization of Complex Classes

Posted on C# Corner See other posts from C# Corner
Published on 12/6/2010 11:31:06 PM Indexed on 2010/12/08 5:58 UTC
Read the original article Hit count: 259

Filed under:
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.

© C# Corner or respective owner