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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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 :)