Click here to Skip to main content
15,867,835 members
Everything / Serialization

Serialization

serialization

Great Reads

by Alex Pumpet
A simple program for comparing table data from two sources - SQL databases, Excel, CSV or XML-files
by Massimo Fabiano
I know that "returning DataSets from WebServices is the spawn of Satan" but...
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 bk192077
I would like to define a C++ structure, pass the person instance to the mapping method along with JSON data, then use the filled structure. Or vice versa, get Person as JSON. StructMapping is trying to solve these problems.

Latest Articles

by bk192077
I would like to define a C++ structure, pass the person instance to the mapping method along with JSON data, then use the filled structure. Or vice versa, get Person as JSON. StructMapping is trying to solve these problems.
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 honey the codewitch
Creating an application that can run once, but then accept command line args from subsequent runs
by QxOrm
QxOrm C++ library: Persistence (based on QtSql Qt library) - Serialization (based on boost::serialization library) - Reflection (introspection)

All Articles

Sort by Score

Serialization 

18 May 2016 by Simon Bridge
Describes how to write your own SerializationBinder to allow serialization across assemblies
19 Jun 2014 by Maciej Los
If you want to know the way you can serialize and deserialize custom class collection, this tip is for you.
13 May 2015 by Jalal Ali
A guide on sockets, and how to send objects across them
26 Jan 2016 by infal
How to write / read multidimensional arrays to/from BinaryWriter/BinaryReader or other stream using UnmanagedMemoryStream
5 Oct 2012 by Bryan Lyman
Generic list wrapper that returns a smaller strongly typed sub-list which modifies the parent-list when changed, without using events
23 May 2014 by Jaume González
Easy seralization by adding extension methods to generic class
19 Sep 2015 by Ying LEE
This article introduces a general and robust way to persist/serialize any Winforms component to C# code.
24 Jan 2012 by Jack Z. Stone
How to use Xaml.XamlServices to serialize or deserialize a DependencyObject.
21 May 2012 by özk@n
Serialization for program settings.
22 Jun 2015 by Fiyaz Hasan
Building an outlook calendar app for windows phone using Live SDK
1 May 2020 by honey the codewitch
Creating an application that can run once, but then accept command line args from subsequent runs
4 May 2020 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
12 Mar 2017 by Gregory Morse
Deserialization and serialization classes for JSON objects in native C++ with COM and ATL