I need an open source tool that can convert POJO to XML and JSON strings.
Jersey (and possibly other JAX-RS implementations) would meet these requirements if the mappings could be configured through xml files, but not through annotations.
Is there anything suitable?
Roman source
share