Fundamentals of Deserialization in .NET?
- by Codehelp
I have been working with XML for past couple of months with .NET
Basically all the work I do involve XML in oneway of another so I thought it would be good to learn the serialization and deserialization part of the game.
My work mostly involves the 'Deserialization' part of it. Almost every time I have an XML file which has to be used by the…