Skip to content

Commit

Permalink
removed about removed serialization modules (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnolia-k committed Mar 19, 2020
1 parent af98177 commit fe9c924
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -894,9 +894,6 @@ Extensions
Module json4s-ext contains extensions to extraction and serialization. The following types are supported.

```scala
// Lift's box
implicit val formats = org.json4s.DefaultFormats + new org.json4s.native.ext.JsonBoxSerializer

// Scala enums
implicit val formats = org.json4s.DefaultFormats + new org.json4s.ext.EnumSerializer(MyEnum)
// or
Expand Down

0 comments on commit fe9c924

Please sign in to comment.