Skip to content
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
@kiritsuku

Description

@kiritsuku

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"
})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions