This repository has been archived by the owner on Feb 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
Unable to deserialize Option[X] member of case class. #50
Comments
Thanks for reporting. Looking into it :) |
Closed
I see the same with this code:
Improbably long string of error messages generated:
|
phaller
added a commit
that referenced
this issue
Oct 16, 2013
Fixed in #54 |
Just to confirm that that works for me. Thanks. |
heathermiller
added a commit
that referenced
this issue
Oct 16, 2013
phaller
added a commit
that referenced
this issue
Feb 5, 2015
heathermiller
added a commit
that referenced
this issue
Feb 5, 2015
phaller
added a commit
to phaller/pickling
that referenced
this issue
Jul 27, 2015
phaller
pushed a commit
to phaller/pickling
that referenced
this issue
Jul 27, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is the minimum test necessary to reproduce. I have a more complicated case class than this in my code base, but the Option[X] member appears to be the problem. The October 13th snapshot update seems to have introduced the bug. I get the same error when in 2.10.3-RC2 as well as 2.10.2.
I turned on -Xlog-implicits to get the following error on compile
I was able to find the FieldMirror class in the nightly docs
http://www.scala-lang.org/files/archive/nightly/docs-2.10.2/library/index.html#scala.reflect.api.Mirrors$FieldMirror
forcefulSet does not appear to be a member, but it does appear to be added with RichFieldMirror implicit in core/src/main/scala/pickling/internal/package.scala
The following does work
The text was updated successfully, but these errors were encountered: