Circe
The circe module provides integration with the circe library.
libraryDependencies += "com.commercetools" %% "fs2-queues-circe" % "0.5.0"
It provides:
- a Serializer for each type
T
that has an implicitio.circe.Encoder[T]
in scope.
- a Deserializer for each type
T
that has an implicitio.circe.Decoder[T]
in scope.
To get this feature in your code base, import the following:
import com.commercetools.queue.circe._