Skip to content

Selective serialization support for LMF-based lambdas #120

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
adriaanm opened this issue Apr 3, 2016 · 0 comments
Closed

Selective serialization support for LMF-based lambdas #120

adriaanm opened this issue Apr 3, 2016 · 0 comments
Assignees
Milestone

Comments

@adriaanm
Copy link
Contributor

adriaanm commented Apr 3, 2016

Javac only adds lambda serialization support when the target type already inherits Serializable.

@adriaanm adriaanm added this to the 2.12.0-M5 milestone Apr 3, 2016
@adriaanm adriaanm modified the milestones: 2.12.0-M5, 2.12.0-RC1 May 2, 2016
retronym added a commit to retronym/scala that referenced this issue Jul 14, 2016
Instead, we follow the example set by javac, and predicate serializability
of bot anon-class and invokedynamic-based lambdas on whether or not the
SAM type extends java.io.Serializable.

Fixes scala/scala-dev#120
retronym added a commit to retronym/scala that referenced this issue Jul 22, 2016
Instead, we follow the example set by javac, and predicate serializability
of bot anon-class and invokedynamic-based lambdas on whether or not the
SAM type extends java.io.Serializable.

Fixes scala/scala-dev#120
retronym added a commit to retronym/scala that referenced this issue Jul 22, 2016
Instead, we follow the example set by javac, and predicate serializability
of bot anon-class and invokedynamic-based lambdas on whether or not the
SAM type extends java.io.Serializable.

Fixes scala/scala-dev#120
retronym added a commit to retronym/scala that referenced this issue Jul 22, 2016
Instead, we follow the example set by javac, and predicate serializability
of bot anon-class and invokedynamic-based lambdas on whether or not the
SAM type extends java.io.Serializable.

Fixes scala/scala-dev#120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants