Skip to content

Commit 06a33b9

Browse files
committed
Update ScalaObjectDeserializerModule docs
1 parent 2a9a33d commit 06a33b9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,9 @@ val mapper = JsonMapper.builder()
7171
.build()
7272
```
7373

74-
One Scala module that isn't part of `DefaultScalaModule` is `ScalaObjectDeserializerModule`. This module is used to
75-
ensure that deserialization to a Scala object does not create a new instance of the object.
76-
This latter module is not yet included in `DefaultScalaModule` but will be included in v2.16.0.
77-
It is already included in v3.0.0, which is still under development.
74+
Prior to v2.16.0, `ScalaObjectDeserializerModule` was not part of `DefaultScalaModule`. This module is used to
75+
ensure that deserialization to a Scala object does not create a new instance of the object. Users of older versions can add this
76+
module explicitly.
7877

7978
## DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES
8079

0 commit comments

Comments
 (0)