BUG FIXESReplaces method calls of LinkedList#peek{First,Last}() into get{First,Last}() within LinkedBufferInput class (pull request #18)Makes encoding byte[][] work correctly (pull request #24)Ports SimpleImmutableEntry for Android2.2 or below (pull request #27)Fixes to check upper bound and lower bound of IntAccept#acceptInteger(long) correctly (pull request #43)IMPROVEMENTSMSGPACK-83 Gracefully handling new enum value with OrdinalEnum (pull request #26)Refactors some jar dependencies for AndroidAdds MessagePack#read(byte[] bytes, int off, int len, Class<T> c)Changes README format to MarkdownSupports maven-findbugs-plugin