Re: KryoSerializer gives class cast exception

2015-07-20 Thread Eugene Morozov
Josh, thanks for the reply. So, it looks like despite the progress there is no other way as to fork and fix the chill itself. It indeed doesn’t compile with kryo 2.24.0, but it wasn’t that hard to fix (looks like I’ve just guessed the right code), although there are test failures now. On 17 Ju

Re: KryoSerializer gives class cast exception

2015-07-17 Thread Josh Rosen
We've run into other problems caused by our old Kryo versions. I agree that the Chill dependency is one of the main blockers to upgrading Kryo, but I don't think that it's insurmountable: if necessary, we could just publish our own forked version of Chill under our own namespace, similar to what we

KryoSerializer gives class cast exception

2015-07-16 Thread Eugene Morozov
Hi, some time ago we’ve found that it’s better use Kryo serializer instead of Java one. So, we turned it on and use it everywhere. I have pretty complex objects, which I can’t change. Previously my algo was building such an objects and then storing them into external storage. It was not require