You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AVSystem commons library contains a typesafe, typeclass-based serialization framework, similar to other Scala
4
-
serialization libraries like [Circe](https://circe.github.io/circe/) or [uPickle](https://github.com/lihaoyi/upickle). `GenCodec` is not a JSON library.
4
+
serialization libraries like [Circe](https://circe.github.io/circe/) or [uPickle](https://github.com/lihaoyi/upickle).
5
+
However, `GenCodec` is **not** a JSON library even though it has support for JSON serialization.
0 commit comments