JBoss Marshalling 1.3.0 最后一个RC版

来源: OSCHINA
编辑: 红薯
2011-04-28 00:00:00

JBoss Marshalling 1.3.0 正式版即将发布了,目前这个是第九个 RC 版本,主要新特性有:

  • A complete object cloner API which can clone any object which is marshallable by the marshalling API
  • Version 3 of the River protocol, featuring even more compact representations of collection classes
  • Many more useful stream-oriented base classes which can be used by your application
  • The ability to override serializability for any class or object
  • New module-system-ready API for constructing MarshallerFactorys and finding implementations
  • An OSGi bundle containing the Marshalling API and implementations
  • Support for ObjectInput constructors in Externalizable classes

JBoss Marshalling 是一个Java对象的序列化API包,修正了JDK自带的序列化包的很多问题,但又保持跟 java.io.Serializable 接口的兼容;同时增加了一些可调的参数和附加的特性,而这些参数和特性可通过工厂类进行配置。

展开阅读全文
点击引领话题📣 发布并加入讨论🔥
0 评论
0 收藏
分享
返回顶部
顶部