[jdom-interest] serialize a Java object in XML file?
Shaun Smith
shauns at pixology.com
Wed May 8 03:44:55 PDT 2002
Take a look at Sun's 'Project Adelard', or Java Architecture for XML
Binding.
http://java.sun.com/xml/jaxb/index.html
This is still early access, but basically works. Otherwise, you could
override
the externalization mechanism, or use reflection.
Additionally, you could try CASTOR, not sure if it can do what you need
though.
> Hi,
>
> it is possible to serialize a Java object in XML file?
>
> Thanks
More information about the jdom-interest
mailing list