Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / deserialization

Deserialization

deserialization

Great Reads

by Maciej Los
If you want to know the way you can serialize and deserialize custom class collection, this tip is for you.
by Dirk Bahle
Tips & Tricks on loading and saving WPF Tree View based content.
by Dirk Bahle
Tips & Tricks on de/serializing Tree View based content with XML
by replaysMike
How to binary serialize your classes without having to modify them

Latest Articles

by Maciej Los
If you want to know the way you can serialize and deserialize custom class collection, this tip is for you.
by Dirk Bahle
Tips & Tricks on loading and saving WPF Tree View based content.
by Dirk Bahle
Tips & Tricks on de/serializing Tree View based content with XML
by replaysMike
How to binary serialize your classes without having to modify them

All Articles

Sort by Score

deserialization 

by Gaurav Aroraa
How to Serialize/Deserialize objects programatically?
by Trần_Tuấn_Anh
Serialization and deserialization are crucial concepts in computer science that facilitate the storage and transmission of complex data structures. In this article, we will explore what these terms mean, their significance, and how they are implemented in practice.