scala-java8-compat icon indicating copy to clipboard operation
scala-java8-compat copied to clipboard

Make FromJavaFunction and the likes serializable

Open Glamdring opened this issue 5 years ago • 0 comments

In cases like Spark, functions need to be serialized. So the FromJavaFunction and the likes should have a default constructor and be serializable.

Glamdring avatar Jun 24 '19 19:06 Glamdring