[antlr-interest] .java -> .xml -- lazy route

Steve Lianoglou lists.steve at arachnedesign.net
Fri Dec 1 06:35:47 PST 2006


> Is there anything that would OUT-OF-THE-BOX let me do .java -> .xml
> (Java AST to XML)?

You mean serializing a java object to xml? I'm not sure what you're  
really looking for, but if that's it, you can try this:

http://xstream.codehaus.org/

I've used it a couple of times and did what I expected it to w/ not  
too much fuss.

-steve


More information about the antlr-interest mailing list