阅读背景:

Java JSON流,带有POJO绑定的非阻塞解析器

来源:互联网 

So there's actson that allows non-blocking JSON parsing. Then there's Jackson, that can't do non-blocking but can do POJO binding (databind). Is there a library that binds these two together? The main goal is to be able to feed byte arrays into the parser (no multithreading) and get a POJO in return, and then to be able to serialize that POJO back into JSON. With no intermediate JsonNode trees in both cases.So there's actson that allows non-blocking JSON




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: