msgpack-java
msgpack-java copied to clipboard
Why doesn't MessagePack.read() support ParameterizedType?
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?