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
    
                    
                    MongoDB Atlas runs apps anywhere
                    
                    
                
            
                            MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
                        
                    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 :)