Opened 5 years ago

#13453 new Feature Requests

add serialize/ deserialize functionality

Reported by: Yuval Lifshitz <yuvalif@…> Owned by: Eric Niebler
Milestone: To Be Determined Component: accumulator
Version: Boost 1.67.0 Severity: Problem
Keywords: Cc:

Description

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).

Change History (0)

Note: See TracTickets for help on using tickets.