Jackson 是一个 Java 用来处理 JSON 格式数据的类库,性能非常好。
Jackson 2.5.3 发布,这是 2.5 版本的一个小更新,更新内容如下:
核心改进#731:XmlAdapterresult marshaling error in case of ValueType ==Object.class #742: Allow deserialization ofnullObject Id (missing already allowed) #744: Custom deserializer with parent object update failing #745:EnumDeserializer.deserializerForCreator()fails when used to deserialize a Map key #761: Builder deserializer: in-compatible type exception when return type is super type #766: Fix Infinite recursion (StackOverflowError) when serializing a SOAP object
改进,数据类型
改进,数据格式
改进,其他模块更多内容请看发行说明。 |