Tagged Questions
0
votes
4answers
261 views
Tiny serializer
I have a family of classes that contain only variables of the following types: std::string, int, double. I should be able to serialize/deserialize objects of these classes to/from C string (null ...