msgpack-java icon indicating copy to clipboard operation
msgpack-java copied to clipboard

Why doesn't MessagePack.read() support ParameterizedType?

Open zhouxinyu opened this issue 9 years ago • 0 comments

When I convert "List<String>" to a Type(ParameterizedType), I found there is no read method can accept a ParameterizedType. Is there any solution? or is there a convenient solution to convert ParameterizedType to Template?

zhouxinyu avatar Aug 12 '16 01:08 zhouxinyu