XStream 1.4.11 发布,Java 对象和 XML 相互转换的工具

栏目: 编程语言 · XML · 发布时间: 7年前

内容简介:XStream 1.4.11 已发布。XStream是一个Java对象和XML相互转换的工具,很好很强大,它提供了所有的基础类型、数组、集合等类型直接转换的支持。因此XML常用于数据交换、对象序列化。

XStream 1.4.11 已发布。XStream是一个 Java 对象和XML相互转换的工具,很好很强大,它提供了所有的基础类型、数组、集合等类型直接转换的支持。因此XML常用于数据交换、对象序列化。

Minor changes

  • #91#106 : Clean-up data stacks in UnmarshallingContext implementations in case of exception (by Määrt Bakhoff).

  • #2 : Unneeded contention in DefaultConverterLookup.

  • #94 : Fix PathConverter containing absolute Windows paths.

  • #105 : XStream's ObjectInputStream returns wrong values for readUnsignedByte and readUnsignedShort.

  • XSTR-616 and  #93 : Introduce StringCodec interface to support arbitrary Base64 codec implementations for EncodedByteArrayConverter. Prefer Base64 codec implementations of the Java runtime over XStream's own one.

  • #97 : Support to run out of the box in a Java 1.4 runtime is established again.

  • Provide methods in AbstractCollectionConverter that read and write in a balanced way from and to the hierarchical stream.

  • New future-proof method JVM.isVersion to detect major version of Java runtime (incl. Java 10) as replacement for individual JVM.isXY methods.

  • #115 : Dom4JDriver ignores character set of Dom4J configuration creating a Writer.

  • #116 : Make converters null safe.

  • #123 and  #124 : Declare XPP dependencies for OSGi as optional.

  • Add XppDriver.createDefaultParser for a simpler access to the default XmlPullParserFactory.

  • Old BEA reference implementation of StAX is outdated, unmaintained and has security issues, therefore XStream's driver has been deprecated.

  • Support for JaCoCo: FieldDictionary ignores synthetic fields starting with $jacoco as name.

Stream compatibility

  • The EncodedByteArrayConverter will now use an encoder by default that does no longer add line breaks as normally required by the RFC 1521 after 76 characters, making it also easier to use the converter for attributes. This will not affect XStream's Base64 decoder.

API changes

  • Added c.t.x.converters.collection.AbstractCollectionConverter.readBareItem(HierarchicalStreamReader, UnmarshallingContext, Object).

  • Added c.t.x.converters.collection.AbstractCollectionConverter.readCompleteItem(HierarchicalStreamReader, UnarshallingContext, Object).

  • Deprecated c.t.x.converters.collection.AbstractCollectionConverter.readItem(HierarchicalStreamReader, UnmarshallingContext, Object).

  • Added c.t.x.converters.collection.AbstractCollectionConverter.writeBareItem(Object, MarshallingContext, HierarchicalStreamWriter).

  • Added c.t.x.converters.collection.AbstractCollectionConverter.writeCompleteItem(Object, MarshallingContext, HierarchicalStreamWriter).

  • Deprecated c.t.x.converters.collection.AbstractCollectionConverter.writeItem(Object, MarshallingContext, HierarchicalStreamWriter).

  • Added c.t.x.converters.collection.AbstractCollectionConverter.writeNullItem(MarshallingContext, HierarchicalStreamWriter).

  • Added c.t.x.converters.extended.EncodedByteArrayConverter(StingCodec).

  • Added c.t.x.converters.extended.NamedCollectionConverter.readBareItem(HierarchicalStreamReader, UnmarshallingContext, Object).

  • Deprecated c.t.x.converters.extended.NamedCollectionConverter.readItem(HierarchicalStreamReader, UnmarshallingContext, Object).

  • Added c.t.x.converters.extended.NamedCollectionConverter.writeCompleteItem(Object, MarshallingContext, HierarchicalStreamWriter).

  • Deprecated c.t.x.converters.extended.NamedCollectionConverter.writeItem(Object, MarshallingContext, HierarchicalStreamWriter).

  • Added c.t.x.core.DefaultConverterLookup(Map).

  • Added c.t.x.core.util.JVM.getBase64Codec().

  • Added c.t.x.core.util.JVM.isVersion().

  • Deprecated c.t.x.core.util.JVM.is18().

  • Deprecated c.t.x.core.util.JVM.is9().

  • Deprecated c.t.x.io.ExtendedHierarchicalStreamReader.

  • Deprecated c.t.x.io.ExtendedHierarchicalStreamWriter.

  • Deprecated c.t.x.io.ExtendedHierarchicalStreamWriterHelper.

  • Deprecated c.t.x.io.xml.BEAStaxDriver.

  • Added c.t.x.io.xml.Dom4JReader.Dom4JReader(Branch).

  • Added c.t.x.io.xml.XppDriver.createDefaultParser().

  • Added c.t.x.core.util.StingCodec.

下载地址:

http://x-stream.github.io/download.html


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

算法分析导论(第2版)(英文版)

算法分析导论(第2版)(英文版)

[美]Robert Sedgewick(罗伯特•塞奇威克)、[美]Philippe Flajolet(菲利普•弗拉若莱) / 电子工业出版社 / 2015-6 / 128.00元

《算法分析导论(第2版)(英文版)》全面介绍了算法的数学分析中所涉及的主要技术。涵盖的内容来自经典的数学课题(包括离散数学、初等实分析、组合数学),以及经典的计算机科学课题(包括算法和数据结构)。《算法分析导论(第2版)(英文版)》的重点是“平均情况”或“概率性”分析,书中也论述了“最差情况”或“复杂性”分析所需的基本数学工具。 《算法分析导论(第2版)(英文版)》第 1 版为行业内的经典著......一起来看看 《算法分析导论(第2版)(英文版)》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具