Int/Long/DoubleSummaryStatistics and serialization

Kasper Nielsen kasperni at gmail.com
Mon Dec 16 14:09:27 PST 2013


Hi,

I'm trying to send a IntSummaryStatistics across a network.
However it is basically impossible because IntSummaryStatistics
is neither Serializable nor provides a IntSummaryStatistics(count, sum,
min, max) constructor.

It would be really helpful if IntSummaryStatistics (and friends) could
a) provide a IntSummaryStatistics(count, sum, min, max) constructor.
b) implement Serializable

- Kasper


More information about the lambda-libs-spec-observers mailing list