65,938 articles
CodeProject is changing.
Read more
.
Everything / deserialization
Submit your article
Deserialization
deserialization
Great Reads
A Complete Sample of Custom Class Collection Serialization and Deserialization
by
Maciej Los
If you want to know the way you can serialize and deserialize custom class collection,
this tip is for you.
Advanced WPF TreeViews in C#/
VB.
Net Part 4 of n
by
Dirk Bahle
Tips & Tricks on loading and saving WPF Tree View based content.
Advanced WPF TreeViews in C#/
VB.
Net Part 5 of n
by
Dirk Bahle
Tips & Tricks on de/
serializing Tree View based content with XML
Binary Serialization with AnySerializer
by
replaysMike
How to binary serialize your classes without having to modify them
Latest Articles
A Complete Sample of Custom Class Collection Serialization and Deserialization
by
Maciej Los
If you want to know the way you can serialize and deserialize custom class collection,
this tip is for you.
Advanced WPF TreeViews in C#/
VB.
Net Part 4 of n
by
Dirk Bahle
Tips & Tricks on loading and saving WPF Tree View based content.
Advanced WPF TreeViews in C#/
VB.
Net Part 5 of n
by
Dirk Bahle
Tips & Tricks on de/
serializing Tree View based content with XML
Binary Serialization with AnySerializer
by
replaysMike
How to binary serialize your classes without having to modify them
All Articles
Article
Project
Technical Blog
Tip/Trick
Video
Reference
Asset
top
Sort by Score
Title
Updated
Author
Score
deserialization
StructMapping - Mapping JSON to and from a C++ Structure
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.