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 Simon Bridge
Multiple-file, searchable, streaming compression library implemented natively in .NET.
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 Malcolm Arthur McLean
We implement an embedded filing system to serve files to user code, in portable C.
by replaysMike
How to binary serialize your classes without having to modify them
by m0rdred
Tired of generating your command line parsing interface to your apps? Here is yet another CLI tool for helping you do just that.
by Alex Pumpet
A simple program for comparing table data from two sources - SQL databases, Excel, CSV or XML-files
by Peter Occil
A C# implementation of Concise Binary Object Representation, in the public domain
by Alaa Ben Fatma
In this article, we will walk through the basic concepts of de/serialization and how to create a very basic de/serializer.
by CognitiveFeedback
General solution to Serializing and Deserializing CSV files.
by Vedat Ozan Oner
A sample project with Arduino.
by Denis Murashov
In the article I describe the possibilities of standard Delphi DFM-serialization mechanism. I start from the basics and then try to cover more complex situations.
by DataBytzAI
Useful code for your toolbelt - generic save/load an object in XML
by Lao Chen
A lightweight method to process binary XML. As a general data representation technique, it simplifies the design of database and protocol with convenience.
by Massimo Fabiano
I know that "returning DataSets from WebServices is the spawn of Satan" but...
by chain1234
Use the AppDomain to load another .NET assembly version.
by Bjørn
A custom Json state machine parser, viewer and serializer for Json data
by Alberto M.
This article describes the file format NBT and shows how can be implemented in a real application to store data.
by Vedat Ozan Oner
A new serial LCD library for Arduino with the power of 'Print' class
by QxOrm
QxOrm C++ library: Persistence (based on QtSql Qt library) - Serialization (based on boost::serialization library) - Reflection (introspection)
by Amit Bezalel
How to assert an object state using only 2 code lines
by ASP.NET Community
The process of serialization converts an object into a form so that it can be transported across the network or can be placed in a storage location.
by Sheshnath Kumar
This article will find out a solution to serialize/deserialize object by reference at server and client, also will serialize/deserialize objects having circular references.
by trident99
The SQL Developer Kit, or SQD, is an interface wrapper around the SQLite 3 Database engine.
by Mic
Swintching between different types of serialization.
by NightWizzard
Simply add a single code module to add instant design capabilities to all windows forms of your application!
by Bilel Msekni
How to properly replace base classes with sub classes in WCF contracts ?
by Ravi Teja Pidaparthi
A Case Study to explore ways to customize and improve WCF by overriding the default serialization behaviour
by Mayank_Gupta_
XML serialization and deserialization using C#