This repository was archived by the owner on Feb 20, 2019. It is now read-only.
Default Pickler[java.io.File]
is broken #301
Open
Description
It only contains the type information:
scala> import pickling.Defaults._, pickling.json._
import pickling.Defaults._
import pickling.json._
scala> val f = new java.io.File("/a/b")
f: java.io.File = /a/b
scala> f.pickle
res0: pickling.json.pickleFormat.PickleType =
JSONPickle({
"$type": "java.io.File"
})