Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 13, 2023
1 parent c3d6e0a commit 0814216
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# pekko-serialization-jackson215
Jackson 2.15 equivalent of pekko-serialization-jackson.

Jackson 2.15 equivalent of [pekko-serialization-jackson](https://pekko.apache.org/docs/pekko/current/serialization-jackson.html) which uses Jackson 2.14.

The main reason to use Jackson 2.15 is for its [StreamReadConstraint](https://www.javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.15.2/com/fasterxml/jackson/core/StreamReadConstraints.html) support. Users who want to override the default constraints should override the settings in the [config](https://github.com/lightbend/config), see [reference.conf](https://github.com/pjfanning/pekko-serialization-jackson215/blob/main/src/main/resources/reference.conf).

If you want to use Jackson 2.15 with [Pekko HTTP](https://pekko.apache.org/docs/pekko-http/current), use [pekko-http-jackson](https://github.com/pjfanning/pekko-http-json) v2.1.0 instead.

0 comments on commit 0814216

Please sign in to comment.