Want to build the ChatGPT based Apps? Start here
Become a member
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
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
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)
Sandeep Mishra (3)
Esamaldin Mohammed (1)
Adil Ansari (1)
Praveen Raveendran Pillai (1)
Adrian Strugała (1)
Sameer Shukla (1)
Bipin Joshi (1)
Anup Hosur (1)
Fahad Naeem (1)
Sandeep Singh Shekhawat (1)
Akash Malik (1)
Sandeep Sharma (1)
Mayur Gujrathi (1)
Ibrahim Ersoy (1)
S.R.Ramadurai, K.Sreenivasan (1)
Matthew Cochran (1)
Hasibul Haque (1)
Abdul 0 (1)
Varun Bansal (1)
Related resources for deserialization
No resource found
JSON Serialization And Deserialization Using JSON.NET Library In C#
3/13/2023 7:01:37 AM.
In this article, you will learn how to serialize and deserialize JSON objects using the JSON.NET library. JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for hum
How to serialize and deserialize JSON in C#
3/13/2023 6:40:36 AM.
In this article, you will learn about JSON serialization and deserialization in C#. We can implement JSON Serialization/Deserialization by using JavaScriptSerializer class, DataContractJsonSerializer
Create Generic HttpClient Call Function With Error Handling In C#
3/9/2023 11:01:52 AM.
This article presents a step-by-step guide on how to create a generic HttpClient call function in C# that can handle different request methods, request body types, response types, and error handling u
CLR Object And JSON Serialization And Deserialization
2/2/2023 10:49:02 AM.
This article demonstrates how to serialize and deserialize CLR objects for web-based applications.
XML Serialization and Deserialization in C#
8/23/2022 6:23:26 AM.
In this article I would like to demonstrate a generic XML Serialization/Deserialization process.
How To Work With Avro Data Type In .NET Environment
3/2/2022 2:09:40 PM.
The article shows an automated way of reading Avro data in .NET applications. It includes reading the Avro schema, generating C# models, and deserializing the data. The article contains also practical
Create Your Own Custom File Type
3/2/2022 9:01:26 AM.
This article describes a simple approach to creating a custom file type.
Pickle In Python
2/7/2022 10:31:29 AM.
The article explains Serialization / Deserialization process of object in Python
Serializing Objects In C#
11/16/2021 5:09:05 AM.
Serialization in C# is the process of converting an object into a stream of bytes to store the object to memory, a database, or a file. Its main purpose is to save the state of an object in order to b
Serialization And Deserialization in .NET
12/3/2020 5:42:30 AM.
In this article you will learn about Serialization & Deserialization in .NET.
Real World .NET Examples Of Deserialization Vulnerabilities
10/28/2020 7:00:53 PM.
In this article, you will learn about real-world .NET examples of deserialization vulnerabilities.
Serialization and Deserialization in C#
10/13/2020 9:34:12 PM.
In this article you will learn about serialization in C# and deserialization In C#.
Insecure Deserialization
10/9/2020 9:06:32 AM.
In this article, you will learn about Insecure Deserialization.
Deserialization Basics
10/8/2020 7:27:10 AM.
In this article, you will learn about the basics of Deserialization.
Serialization and Deserialization of JSON Data
4/8/2020 3:08:29 PM.
JavaScript Object Notation (JSON) is an open and text-based data exchange format.
Serialization Version Control In Java
9/19/2019 6:18:44 AM.
In this article I will be explaining about the version control in serialization.
Introduction To Deserialization In Java
9/17/2019 5:30:52 AM.
In this article we discuss Deserialization in java.
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.
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.
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.
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.
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.