Related resources for XmlSerializer
  • .NET Serialization4/24/2024 1:26:20 PM. Serialization in .NET facilitates object state persistence, enabling transmission across networks or storage in various formats like binary and XML. It ensures data integrity, exemplified by the US Vi
  • WCF Opt-In Vs. Opt-Out: Day 88/14/2019 3:54:33 AM. In this article we will discuss two different approaches i.e. Opt-In and Opt-Out used by DataContractSerializer and XMLSerializer. We will also see the difference between DataContractSerializer and XM
  • WCF Serialization Part 1: Day 68/14/2019 3:19:21 AM. In this article, we will discuss serialization in WCF. Default serializer in WCF and different kinds of serializers WCF supports.
  • XML Serializer Class for Reading and Writing XML11/27/2014 11:04:32 AM. This article introduces the XmlSerializer class for reading and writing XML.
  • How to Create Config file with xml Serialization9/29/2012 10:30:36 AM. This is a simple example of how to use xml serialization to make configuration files.
  • Generic Serializing and Deserializing Object as XML Data Using XmlSerializer9/29/2012 5:40:03 AM. In this article we are going to see how to serialize and deserialize an object as XML data.
  • Understanding Isolated Storage in Silverlight6/18/2012 3:19:52 AM. In the previous article we learned the fundamentals of Isolated Storage and how to write to files in isolated storage using the same classes you use for ordinary file access in a .NET application, such as StreamWriter and BinaryWriter.
  • Serializing and Deserializing Object as XML Data Using XmlSerializer5/20/2012 2:39:25 AM. In this article we are going to see how to serialize and deserialize an object as XML data.
  • Converting XML data to CLR object using XmlSerializer2/14/2011 2:31:38 AM. My last Post (Consuming Webservice from Silverlight) was all about accessing a web service/API from Silverlight; there I described how to consume an external API, with a sample from GeoName web services. As I said in that article, this article is the continuation. Here I am going to demonstrate how to convert the result output, which is in XML, to a CLR object and of course using it as a datasource in a Silverlight application.