neoReMinD

Results 44 comments of neoReMinD

取出byte数组视角的最后十个bit,做求mod。因为一个byte是8个bit,所以补了前面的2个bit,不过这个方法写的不太好。

@LearnAlways I have fixed the issue in https://github.com/protostuff/protostuff/pull/260. Before your test case running, you can register a delegate like below for `HashMap$KeySet`. ``` HashMapInnerKeySetDelegate delegate = null; if (RuntimeEnv.ID_STRATEGY instanceof...

@musicaudience I think there are 2 ways to solve the problem, 1) Add `@Morph` annotation. ``` public static class B { @Morph private List list; public B() { list =...

The project is still alive, but due to my bandwidth and availability, some of the exciting enhancements and plans are in pending status. Pull requests are warmly welcomed if you'd...