19 Feb
2016
19 Feb
'16
4:38 p.m.
On 2/19/2016 4:02 AM, Bjorn Reese wrote:
it is better to split serialization into load and save In your example, my three lines were replaced with ~20. Is 20 really better?
My approach wouldn't work in all cases, since some have significantly different processing for load vs. save. But in this case, simply adding two extra lines to the original serialization function for all data members in a class is attractive--if it works.