[jdom-interest] XMLSerializable, XMLOutputStream, XMLInputStream
Gideon le Grange
gideon at adept.co.za
Thu Jan 4 02:30:26 PST 2001
People following this thread my be interested in something that appreared on Freshmeat today:
Java Serialization to XML (JSX) is a two-way bridge between XML and Java. It achieves this mapping
by data binding between objects and XML with reflection, to create XML tags and attributes from
classnames and field names. You don't need to write parsing code; you don't need to change your
classes. So far, it handles: circular references, arrays of arrays, private fields, and classes without a
no-arg constructor. JSX is lightweight.
http://www.csse.monash.edu.au/~bren/JSX/
G
--
Gideon le Grange
Adept Internet - Tel: +27 21 887 6262
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jdom.org/pipermail/jdom-interest/attachments/20010104/c4fc85eb/attachment.htm
More information about the jdom-interest
mailing list