Skip to content

Commit 464f58e

Browse files
authored
Update ScalaObjectDeserializerModule docs
1 parent a574f61 commit 464f58e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@ val mapper = JsonMapper.builder()
7070
.build()
7171
```
7272

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

7877
## DeserializationFeature.FAIL_ON_NULL_CREATOR_PROPERTIES
7978

0 commit comments

Comments
 (0)