7 Feb
2013
7 Feb
'13
5:44 p.m.
Le 07/02/13 14:16, Neal Becker a écrit :
<rant> IMO, the enforcement of private data encapsulation is, in the end, counterproductive. I much prefer the python approach: private is a 'suggestion', not a demand.
If c++ community worked this way, serialization could be added externally to any code. </rant>
Well, Boost.Container as any container allows to iterate on all its members so I don't see a problem to add the serialization externally, do you? Vicente