[
https://issues.apache.org/jira/browse/JOHNZON-229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16903002#comment-16903002
]
Romain Manni-Bucau commented on JOHNZON-229:
--------------------------------------------
Point is tht it must be symmetric or not be so made it symmetric.
Note thay deserialization not on map a collection but also lazily maps it to
keep stream immaterialized as long as possible (to complete your analyzis for
future readers).
> Mapper should support serializing java.util.stream.Stream
> ---------------------------------------------------------
>
> Key: JOHNZON-229
> URL: https://issues.apache.org/jira/browse/JOHNZON-229
> Project: Johnzon
> Issue Type: Improvement
> Components: Mapper
> Affects Versions: 1.1.13
> Reporter: Steven Walters
> Assignee: Romain Manni-Bucau
> Priority: Major
> Fix For: 1.1.14
>
>
> Currently, Mapper does not support serializing java.util.stream.Stream
> Since Johnzon uses Java 1.8 as the minimum supported version (which is the
> minimum version that defines Stream).
> This has come up quite a bit in combination with JPA 2.2 which supports
> Stream as the return of a QueryResult (in addition to List)
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)