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 deserialization
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Scott Lysle (5)
Manas Mohapatra (3)
Fahad Naeem (1)
Mayur Gujrathi (1)
Anup Hosur (1)
Praveen Raveendran (1)
Akash Malik (1)
Sandeep Sharma (1)
Sandeep Singh Shekhawat (1)
Ibrahim Ersoy (1)
S.R.Ramadurai, K.Sreenivasan (1)
Bipin Joshi (1)
Matthew Cochran (1)
Hasibul Haque (1)
Adil Ansari (1)
Abdul 0 (1)
Varun Bansal (1)
Related resources for deserialization
No resource found
JSON Serialization And Deserialization In C#
5/31/2017 4:37:14 AM.
In this article, you will learn about JSON serialization and deserialization in C#.
Serialization And Deserialization In C# Using Protobuf-net.dll
12/23/2016 2:00:17 PM.
This article describes how to implement serialization and deserialization using Protobuf-net.dll.
Serialization And Deserialization In C#
6/27/2016 12:22:04 AM.
In this article you will learn about serialization and deserialization In C#.
Prerequirement of REMOTING
4/13/2016 3:09:49 AM.
It is Microsoft technology for developing distributed applications, replacing traditional DCOM. All distributed technology needs consuming libraries present on remote machines.
Serialization And Deserialization in .NET
12/27/2015 3:04:45 PM.
In this article you will learn about Serialization & Deserialization in .NET.
JSON Serialization And Deserialization Using JSON.NET Library In C#
11/19/2015 7:03:05 AM.
In this article you will learn how to serialize and deserialize JSON object using JSON.NET library.
XML Serialization and Deserialization in C#
5/7/2014 4:55:36 PM.
In this article I would like to demonstrate a generic XML Serialization/Deserialization process.
Serialization Version Control In Java
7/18/2013 3:19:52 PM.
In this article I will be explaining about the version control in serialization.
Introduction To Deserialization In Java
5/7/2013 3:53:47 PM.
In this article we discuss Deserialization in java.
Serialization and Deserialization of JSON Data
4/10/2013 2:28:22 PM.
JavaScript Object Notation (JSON) is an open and text-based data exchange format.
An Application Framework for Editing Objects at Run Time in VB.NET
11/9/2012 10:52:19 AM.
This article describes a generic application framework that may be of some use in projects that would need an interface similar to Visual Studio. The application demonstrates approaches to providing a toolbox, a workspace, an object treeview, and an object editor.
Build your own Visual Studio: An Application Framework for Editing Objects at Run Time
11/9/2012 10:27:19 AM.
This article describes a generic application framework that may be of some use in projects that would need an interface similar to Visual Studio.
Create Your Own Custom File Type in VB.NET
11/9/2012 9:58:20 AM.
This article describes a simple approach to creating a custom file type. A separate module is used to serialize and deserialize files of this user defined file type.
XML Serialation and Deserialation in VB.NET
11/9/2012 9:31:17 AM.
The article helps you to write and read XML.
Web Services: Basics and Beyond Part 2
10/13/2012 4:22:57 AM.
This part shall demonstrate how a simple web service can be created quickly using Visual Studio.Net.
Serializing Objects in C#
10/13/2012 3:29:41 AM.
In simple words serialization is a process of storing the object instance to a disk file. Serialization stores state of the object i.e. member variable values to disk. Deserialization is reverse of serialization.
Create Your Own Custom File Type
10/3/2012 11:29:00 AM.
This article describes a simple approach to creating a custom file type.
Build Your Own Visual Studio: An Application Framework for Editing Objects at Run Time
10/3/2012 10:37:52 AM.
This article describes a generic application framework that may be of some use in projects that would need an interface similar to Visual Studio. The application demonstrates approaches to providing a toolbox, a workspace, an object treeview, and an object editor.
XML Serialization/Deserialization of Immutable Objects
9/29/2012 5:46:20 AM.
Here’s a brief example of how to serialize and deserialize immutable objects to XML.
Convert your Data Transfer Object to XML (XML Serialization and Deserialization)
9/29/2012 5:28:26 AM.
How to convert Business Entity/ Data Transfer Object to XML string and also XML string to Business Entity/ Data Transfer Object.
CLR Object and JSON Serialization and Deserialization
8/27/2012 5:45:22 PM.
This article demonstrates how to serialize and deserialize CLR objects for web-based applications.
Parsing BizTalk Messages in .NET Components Through Orchestration
5/13/2012 4:03:23 AM.
This article discusses how to parse BizTalk messages in .NET Components through Orchestration.
Binary Serialization of a Class in a File
3/3/2012 10:42:33 PM.
In this article I will demonstrate how to use Binary serialization of a class in a file.