Skip to content

Commit

Permalink
More efficient encoding of product types (#1224)
Browse files Browse the repository at this point in the history
* More efficient decoding of sum types

* Add missing assertions for usage of JSON hint annotations in enum definitions with Scala 3

* More efficient decoding and encoding sum and product types
  • Loading branch information
plokhotnyuk authored Jan 19, 2025
1 parent 5fbae30 commit 75ec28b
Show file tree
Hide file tree
Showing 5 changed files with 362 additions and 389 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package zio.json.data.twitter

import com.github.ghik.silencer.silent
import io.circe
import io.circe.Codec
import io.circe.generic.semiauto.deriveCodec
import zio.json._
Expand Down
Loading

0 comments on commit 75ec28b

Please sign in to comment.