3

Seems the Play Cache (i.e. ehcache) is having trouble deserializing my case class. I'm seeing java.io.InvalidClassException (no valid constructor)

Is there a straightforward way around this? I really don't want to go down the route of modifying my case classes as per Efficiently serializing case classes

Community
  • 1
  • 1
Chris Beach
  • 4,302
  • 2
  • 31
  • 50
  • Check out http://stackoverflow.com/questions/17304620/akka-remote-actors-superclass-without-default-constructor. Looks like there are some intricacies around which case class can and which cannot be serialized. – Daniel Darabos Jul 18 '14 at 10:17

0 Answers0