Java Serialization to XML

码农软件 · 软件分类 · XML相关工具 · 2019-09-18 17:44:03
  • 授权协议: 商业软件
  • 开发语言: Java
  • 操作系统: 跨平台
  • 软件首页: http://jsx.org/

软件介绍

JSX (Java Serialization to XML) 是一个用来将java对象序列化成XML文件的类库。

下面是一个序列化后的XML例子:

<jsx major="1" minor="1" format="JSX.DataReader">
<object id="i0" class="Evolve1">
<declaredClass class="Evolve1">
<default>
<array field="array" id="i1" base="java.lang.Object" dim="1" length="5">
<string id="i2" value="red"/>
<string id="i3" value="green"/>
<string id="i4" value="blue"/>
<null/>
<object id="i5" class="Datum">
<declaredClass class="Datum">
<default>
<string field="name" id="i6" value="fred"/>
<primitive field="age" type="int" value="24"/>
</default>
</declaredClass>
</object>
</array>
<primitive field="days" type="int" value="22"/>
</default>
</declaredClass>
</object>
</jsx>

本文地址:https://codercto.com/soft/d/14883.html

Advanced Web Metrics with Google Analytics, 2nd Edition

Advanced Web Metrics with Google Analytics, 2nd Edition

Brian Clifton / Sybex / 2010-3-15 / USD 39.99

Valuable tips and tricks for using the latest version of Google Analytics Packed with insider tips and tricks, this how-to guide is fully revised to cover the latest version of Google Analytics and sh......一起来看看 《Advanced Web Metrics with Google Analytics, 2nd Edition》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试