Click here to Skip to main content
15,860,859 members
Everything / Deserialization

Deserialization

deserialization

Great Reads

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 Dirk Bahle
Tips & Tricks on de/serializing Tree View based content with XML
by replaysMike
How to binary serialize your classes without having to modify them
by Robert P. Howard
How to deserialize a JSON string that contains nested polymorphic objects

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 Cinchoo
Use Cinchoo ETL to deserialize selective XML nodes from large XML file
by honey the codewitch
Designing infinitely scalable JSON: JSON (C++)
by Robert P. Howard
How to deserialize a JSON string that contains nested polymorphic objects

All Articles

Sort by Score

Deserialization 

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
5 Oct 2020 by Robert P. Howard
How to deserialize a JSON string that contains nested polymorphic objects
11 Mar 2014 by mbarbac
Implementing the Repository and Unit of Work Patterns dynamically using Kerosene ORM
28 Jun 2015 by NightWizzard
Simply add a single code module to add instant design capabilities to all windows forms of your application!
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#
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.