Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Refined types should be supported #426

Open
jvican opened this issue May 13, 2016 · 1 comment
Open

Refined types should be supported #426

jvican opened this issue May 13, 2016 · 1 comment

Comments

@jvican
Copy link
Member

jvican commented May 13, 2016

Scala pickling should support all the refined types but those which require reflection, i.e. structural typing. A quick example:

trait Refined { type T }
implicitly[Pickler[Refined { type Captured = String }]]

Right now, we fail to provide picklers and unpicklers for such types.

@jvican
Copy link
Member Author

jvican commented May 24, 2016

I'd like to point out that one can define their own picklers and unpickler for that refined type, the goal of this ticket is to do this automatically.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant