You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixesscala/scala-dev#120
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.
Fixesscala/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.
Fixesscala/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.
Fixesscala/scala-dev#120
Javac only adds lambda serialization support when the target type already inherits Serializable.
The text was updated successfully, but these errors were encountered: