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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ MessagePack for Java
7
7
8
8
MessagePack v7 (0.7.x) is a faster implementation of the previous version [v06](https://github.com/msgpack/msgpack-java/tree/v06), and supports all of the message pack types, including [extended format](https://github.com/msgpack/msgpack/blob/master/spec.md#formats-ext).
9
9
10
+
## Limitation
11
+
- Android and Java6 platform support is not yet ready. You can see the ongoing work here: https://github.com/msgpack/msgpack-java/tree/v07-android
12
+
- Value API is in-designing phase: https://github.com/msgpack/msgpack-java/pull/109
0 commit comments