Quantcast
Channel: Learn Modern C++
Viewing all articles
Browse latest Browse all 32

Designing Classes for Serialization (4)

$
0
0
In the previous articles of this mini-series we’ve covered the use of custom serialization and deserialization functions to generate and interpret XML. In this article we’ll look at how to add to existing classes to give them the ability to utilize the (de-)serialization logic already written. The process is similar to before: create an in-memory… Continue reading Designing Classes for Serialization (4)

Viewing all articles
Browse latest Browse all 32

Trending Articles