Hey guys,So i'm just playing with Kryo, and I threw this together: https://gist.github.com/4417294However, whenever I try to deserilize, I get: com.esotericsoftware.kryo.KryoException: Class cannot be created (missing no-arg constructor): demo.User. From what i've read, this is because there's no zero-arg constructor. Given that case classes are immutable, and not designed to be used with a no-arg ctr, what's the best strategy here? It feels boilerplate to write a custom serilizer for every case class I want to use...What's the recommended path?Thanks, Tim
--
You received this message because you are subscribed to the "kryo-users" group.
http://groups.google.com/group/kryo-users