com-lihaoyi / upickle

uPickle: a simple, fast, dependency-free JSON & Binary (MessagePack) serialization library for Scala
https://com-lihaoyi.github.io/upickle
MIT License
715 stars 164 forks source link

Attempt to properly generate enum case serializers without global implicits #454

Closed lihaoyi closed 1 year ago

lihaoyi commented 1 year ago

Follow on from https://github.com/com-lihaoyi/upickle/pull/453. Doesn't work yet

lihaoyi commented 1 year ago

Superseded by https://github.com/com-lihaoyi/upickle/pull/453