发布于 2016-04-05 07:26:10 | 100 次阅读 | 评论: 0 | 来源: 网友投递
Jackson 高性能的JSON处理
Jackson 是一个 Java 用来处理 JSON 格式数据的类库,性能非常好。
Jackson 2.6.6 发布。
主要更新如下:
#1088: NPE possibility in SimpleMixinResolver
#1099: Fix custom comparator container node traversal
#1108: Jackson not continue to parse after DeserializationFeature.FAIL_ON_INVALID_SUBTYPE
error
#1112: Detailed error message from custom key deserializer is discarded
#1120: String value omitted from weirdStringException
#1123: Serializing and Deserializing Locale.ROOT
#41: Problems with type Number
, with schema
#18: Correct parsing of zero length byte strings
#34: Deserialize error "Invalid type marker byte" for 'long' field names (57 characters or longer)
#82: Can't deserialize a serialized DateTimeZone with default typing
#16: Instant is serialized as String by some dataformats/libs but can't be deserialized (unless manually converted to float)
#69: Serialization of Instant
seems to throw exceptions when when @JsonFormat
is used
#40: Cannot read empty or singleton arrays with JSON.arrayOfFrom
下载地址:
详情请看更新日志