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

Refined types should be supported #426

Open
@jvican

Description

@jvican

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions