twitter / scalding

A Scala API for Cascading
http://twitter.com/scalding
Apache License 2.0
3.5k stars 706 forks source link

Register all Boxed classes in Kryo #1678

Closed jcdavis closed 7 years ago

jcdavis commented 7 years ago

They should never be kryo serialized (hence the ThrowingSerializer), but this means they will be given cascading tokens.

Fixes #1524