Int/Long/DoubleSummaryStatistics and serialization
Paul Sandoz
paul.sandoz at oracle.com
Tue Dec 17 00:47:47 PST 2013
On Dec 16, 2013, at 11:09 PM, Kasper Nielsen <kasperni at gmail.com> wrote:
> 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
>
Noted, thanks. Unlikely to be fixed for 8.
Paul.
More information about the lambda-libs-spec-observers
mailing list