Skip to content

Commit

Permalink
Add circe integration documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
satabin committed Apr 29, 2024
1 parent fc0518e commit 409fc9a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/integrations/circe.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Circe

The `fs2-queues-circe` provides integration with the [circe][circe] library.

It provides:

- a @:api(com.commercetools.queue.Serializer) for each type `T` that has an implicit `io.circe.Encoder[T]` in scope.
- a @:api(com.commercetools.queue.Deserializer) for each type `T` that has an implicit `io.circe.Decoder[T]` in scope.

[circe]: https://circe.github.io/circe/

0 comments on commit 409fc9a

Please sign in to comment.