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 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 Gregory Morse
Deserialization and serialization classes for JSON objects in native C++ with COM and ATL
by Michael Sydney Balloni
The world is JSON-in, JSON-out, but perhaps we can do better in some situations with our old friend CSV
by Jaume González
Easy seralization by adding extension methods to generic class
by Simon Bridge
Describes how to write your own SerializationBinder to allow serialization across assemblies
by infal
How to write / read multidimensional arrays to/from BinaryWriter/BinaryReader or other stream using UnmanagedMemoryStream
by Fiyaz Hasan
Building an outlook calendar app for windows phone using Live SDK
by Jalal Ali
A guide on sockets, and how to send objects across them
by Ying LEE
This article introduces a general and robust way to persist/serialize any Winforms component to C# code.
by özk@n
Serialization for program settings.
by Abdallah Al-Dalleh
by Bryan Lyman
Generic list wrapper that returns a smaller strongly typed sub-list which modifies the parent-list when changed, without using events
by Jack Z. Stone
How to use Xaml.XamlServices to serialize or deserialize a DependencyObject.