id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 13453,add serialize/ deserialize functionality,Yuval Lifshitz ,Eric Niebler,"also added here: https://github.com/boostorg/accumulators/issues/13 (not sure if github issues are reviewed) This was also discussed here: https://stackoverflow.com/questions/32289719/how-to-serialize-boostaccumulatorsaccumulator-set The ability to store the internal state of an object, as well as to initialize it with state is would be very useful, as this would eliminate the need to store the actual data point. Currently the different classes cannot be extended by inheritance, since their internal state is private. Anyway, since serialization and deserialization does not have any size/speed impact on the class, it is probably better to add this to the class and not to inherited version of it. Probably good to use the boost serialization library, to assure that the output is portable (serialize on one machine and deserialize on another).",Feature Requests,new,To Be Determined,accumulator,Boost 1.67.0,Problem,,,