发布于 2015-09-17 00:24:26 | 78 次阅读 | 评论: 0 | 来源: 网友投递
Jackson 高性能的JSON处理
Jackson 是一个 Java 用来处理 JSON 格式数据的类库,性能非常好。
Jackson Databind 2.6.2 发布,此版本更新内容如下:
#894: When using withFactory on ObjectMapper, the created Factory has a TypeParser
which still has the original Factory
(reported by lufe66@github)
#899: Problem serializing `ObjectReader` (and possibly `ObjectMapper`)
#913: ObjectMapper.copy does not preserve MappingJsonFactory features
(reported, fixed by Daniel W)
#922: ObjectMapper.copy() does not preserve _registeredModuleTypes
#928: Problem deserializing External Type Id if type id comes before POJO
下载:https://github.com/FasterXML/jackson-databind/releases。