You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2017. It is now read-only.
But when I put the same code to a test driver (sbt test) I'll get an exception:
[info] com.codahale.jerkson.ParsingException: Unable to find a case accessor for net.janihur.jerksonex.test.MainTest$Request
[info] at com.codahale.jerkson.ParsingException$.apply(ParsingException.scala:17)
[info] at com.codahale.jerkson.Parser$class.parse(Parser.scala:86)
[info] at com.codahale.jerkson.Json$.parse(Json.scala:6)
[info] at com.codahale.jerkson.Parser$class.parse(Parser.scala:14)
[info] at com.codahale.jerkson.Json$.parse(Json.scala:6)