Simple is an XML serialization framework for Java. Its goal is to provide an XML serialization framework that enables rapid development of XML configuration and XML communication applications.
License
Apache License V2.0Follow Simple
Other Useful Business Software
AI-generated apps that pass security review
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
Rate This Project
Login To Rate This Project
User Reviews
-
looks nice but the provided examples are not complete . tutorial is not acurate enough for me. f.i. I got stuck with this cade that I can not get to work. I leave it for now and try an other frame work @Root public class ExampleList { @ElementList(type=C.class) private SpecialList<A, B, C> list; public SpecialList<A, B, C> getSpecialList() { return list; } }
-
Really nice.
-
Great help when de-/serializing objects from and to XML!
-
Easy to use. Lots of good examples.
-
Excellent project. Easy to use, does exactly what it says on the box :)