sirthias / borer

Efficient CBOR and JSON (de)serialization in Scala
https://sirthias.github.io/borer/
Mozilla Public License 2.0
220 stars 13 forks source link

Add support for treating enum singletons as products #713

Open mrdziuban opened 2 months ago

mrdziuban commented 2 months ago

Closes #710

So far this only handles the Encoder side of things. I got stuck trying to figure out how to implement changes for the Decoder side. Let me know if you have any tips @sirthias or feel free to add your own changes.