TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About XmlSerializer
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Akshay Patel (2)
Lajapathy Arun (2)
Vidya Vrat Agarwal (1)
Sam Hobbs (1)
Rafal Wozniak (1)
Vishal Nayan (1)
Manas Patnaik (1)
Related resources for XmlSerializer
No resource found
.NET Serialization
4/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 8
8/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 6
8/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 XML
11/27/2014 11:04:32 AM.
This article introduces the XmlSerializer class for reading and writing XML.
How to Create Config file with xml Serialization
9/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 XmlSerializer
9/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 Silverlight
6/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 XmlSerializer
5/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 XmlSerializer
2/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.