Skip to content

Commit 8060e0f

Browse files
authored
Add a header to README
1 parent 9087df9 commit 8060e0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ dependencies {
4242

4343
- [Usage examples](msgpack-core/src/test/java/org/msgpack/core/example/MessagePackExample.java)
4444

45+
### Integration with Jackson ObjectMapper (jackson-databind)
46+
4547
msgpack-java supports serialization and deserialization of Java objects through [jackson-databind](https://github.com/FasterXML/jackson-databind).
4648
For details, see [msgpack-jackson/README.md](msgpack-jackson/README.md). The template-based serialization mechanism used in v06 is deprecated.
4749

0 commit comments

Comments
 (0)