Skip to content

Commit 38a6685

Browse files
committed
Revert readme
1 parent cf06c14 commit 38a6685

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ or with the extension functions imported from `import com.fasterxml.jackson.modu
5353
val mapper = jacksonObjectMapper()
5454
```
5555

56+
```kotlin
57+
val mapper = ObjectMapper().registerKotlinModule()
58+
```
59+
5660
A simple data class example:
5761
```kotlin
5862
import com.fasterxml.jackson.module.kotlin.*

0 commit comments

Comments
 (0)