You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: msgpack-jackson/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This Jackson extension library is a component to easily read and write [MessageP
7
7
8
8
It extends standard Jackson streaming API (`JsonFactory`, `JsonParser`, `JsonGenerator`), and as such works seamlessly with all the higher level data abstractions (data binding, tree model, and pluggable extensions). For the details of Jackson-annotations, please see https://github.com/FasterXML/jackson-annotations.
9
9
10
-
This library, strictly speaking jackson-databind, isn't compatibile with msgpack-java v0.6 or earlier in serialization/deserialization of POJO.
10
+
This library, strictly speaking jackson-databind, isn't compatibile with msgpack-java v0.6 or earlier in serialization/deserialization of POJO. See **Advanced usage** below for details.
0 commit comments