dzufferey/psync

Replace pickling by kryo

Closed this issue · 0 comments

Unfortunately, scala pickling seems dead (see scala/pickling#452) and psync serialization heavily relies on it.

An alternative to pickling is kryo. I started to experiment with it. Right now it only works for primitive types. I still need to figure out how to deal with classes.