Click here to Skip to main content
15,882,017 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 

20 Mar 2018 by Alex Pumpet
A simple program for comparing table data from two sources - SQL databases, Excel, CSV or XML-files
28 Sep 2016 by Massimo Fabiano
I know that "returning DataSets from WebServices is the spawn of Satan" but...
31 Aug 2016 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.
5 Dec 2015 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.
18 Jan 2018 by Dirk Bahle
Tips & Tricks on de/serializing Tree View based content with XML
3 Dec 2018 by replaysMike
How to binary serialize your classes without having to modify them
8 Jul 2013 by chain1234
Use the AppDomain to load another .NET assembly version.
11 Oct 2013 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.
17 Feb 2015 by Alberto M.
This article describes the file format NBT and shows how can be implemented in a real application to store data.
12 Jun 2012 by Mic
Swintching between different types of serialization.
28 Jun 2015 by NightWizzard
Simply add a single code module to add instant design capabilities to all windows forms of your application!
24 Apr 2019 by QxOrm
QxOrm C++ library: Persistence (based on QtSql Qt library) - Serialization (based on boost::serialization library) - Reflection (introspection)
22 Dec 2017 by Dirk Bahle
Tips & Tricks on loading and saving WPF Tree View based content.
2 Jan 2015 by Mayank_Gupta_
XML serialization and deserialization using C#
16 Jan 2012 by Simon Bridge
Multiple-file, searchable, streaming compression library implemented natively in .NET.
27 Apr 2018 by Peter Occil
A C# implementation of Concise Binary Object Representation, in the public domain
21 Sep 2015 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.
18 Jul 2014 by Bjørn
A custom Json state machine parser, viewer and serializer for Json data
1 Jun 2014 by Vedat Ozan Oner
A new serial LCD library for Arduino with the power of 'Print' class
3 Apr 2013 by Amit Bezalel
How to assert an object state using only 2 code lines
10 May 2013 by CognitiveFeedback
General solution to Serializing and Deserializing CSV files.
13 Apr 2018 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.
19 Feb 2014 by Vedat Ozan Oner
A sample project with Arduino.
12 Dec 2013 by trident99
The SQL Developer Kit, or SQD, is an interface wrapper around the SQLite 3 Database engine.
9 Jun 2014 by Bilel Msekni
How to properly replace base classes with sub classes in WCF contracts ?
12 Jun 2016 by DataBytzAI
Useful code for your toolbelt - generic save/load an object in XML
6 Aug 2012 by Ravi Teja Pidaparthi
A Case Study to explore ways to customize and improve WCF by overriding the default serialization behaviour
6 Mar 2012 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.