Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Rated
Read 64,519 times

Contents

Downloads

Related Categories

XML Serialization in .NET - Conclusion

t_o_p_ramen

Conclusion

As you have just seen, serialization is fairly easy to implement. I've already listed several possible reasons to use serialization in your applications and now that you know how to do it, I will leave the rest to your own capable imaginations. This article has focused only on how to serialize an object into an XML document, but please remember that objects can also be serialized into binary or SOAP formats. To learn more about those types of serialization, look up the BinaryFormatter class and the SOAPFormatter class.

Maybe this powerful technology didn't really have its humble beginnings in the bottom of a glass of powdered milk - but for some reason, it makes me smile to think so. Then again, maybe someday we'll see Bill Gates or one of his .NET guys sporting a liquidy white moustache on one of those "Got Milk" ads.

Happy Programming!

Anthony Hart has been working in IT since 1995. Currently, he is managing Oneirasoft, LLC, a consulting and software business. In his free time (if there is such a thing) he enjoys composing music and writing.

Comments

  • Re: [3827] XML Serialization in .NET

    Posted by damightyz on 09 Aug 2007

    Fantastic Article!!


    Thank you so much for writing that article.  That was the first clearly stated explanation on serialization that I have come across and it helped me tremendously!

  • Re: [3827] XML Serialization in .NET

    Posted by vedics on 28 Jul 2006

    I have two text boxes in my .aspx form. At the click of a button I need to generate an xml with the following schema.


    <?xml version="1.0" encoding="utf-16"?>
    <ns0:Root xmlns:ns0...

  • Raisins

    Posted by dyfrgi on 14 Jan 2005

    What does this have to do with raisins? I see no raisins.

  • Good Article

    Posted by skeeterbug on 14 Jul 2003

    A good article for XML in .NET. This technology will truely standardize things, its a must for developers to learn and understand this.