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

Serialization

serialization

Great Reads

by Simon Bridge
Multiple-file, searchable, streaming compression library implemented natively in .NET.
by Maciej Los
If you want to know the way you can serialize and deserialize custom class collection, this tip is for you.
by honey the codewitch
Creating an application that can run once, but then accept command line args from subsequent runs
by Dirk Bahle
Tips & Tricks on loading and saving WPF Tree View based content.

Latest Articles

by Simon Bridge
Multiple-file, searchable, streaming compression library implemented natively in .NET.
by Maciej Los
If you want to know the way you can serialize and deserialize custom class collection, this tip is for you.
by honey the codewitch
Creating an application that can run once, but then accept command line args from subsequent runs
by Dirk Bahle
Tips & Tricks on loading and saving WPF Tree View based content.

All Articles

Sort by Score

serialization 

by matt warren
Using BenchmarkDotNet, this post will analyse the individual optimisations and show how much faster each change is.
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.
by Trần_Tuấn_Anh
When developing web applications with Spring MVC, understanding the differences between @Controller and @RestController is crucial. This article will guide you through these two annotations, showcasing their distinctions, use cases, and examples to solidify your understanding.