Yuval Itzchakov

Results 2 issues of Yuval Itzchakov

I'm using Kryo 2.21 on Java8 with Scala 2.10.6. Kryo comes packaged along with Apache Spark. As part of an object I'm trying to serialize, I have a ZonedDateTime which...

Given the following data structure: ```scala sealed trait Lemma object Lemma { final case class A(x: Option[String] = None) extends Lemma final case class B(y: Option[Int] = None) extends Lemma...