Open EindbaasExpress opened 2 years ago
case class Foo(x:Int) upickle.read[List[Foo]] ("")
At the same time upickle.write(List(Foo(0))) work fine
ID: 16 Original Author: user471
case class Foo(x:Int) upickle.read[List[Foo]] ("")
At the same time upickle.write(List(Foo(0))) work fine
ID: 16 Original Author: user471