Welcome to object-xmljson project mailing list.
The goal of this project is to create java objects mapping/binding with xml and json. You can convert a network of objects to xml or json and back. The framework is based
on the
source2reflection project. This means that serializing object to xml or json and back work the same on java, j2se, j2ee, android and gwt. You can
for example convert an object network to xml on a j2ee sever, send over network, and then convert back xml or json to java on android or gwt.
The framework does not work with annotations but by rules. This allow you to use already existing pojo/beans. You can define mapping rules for all the object's set
instead for each field of each object.
Advantages:
- because uses source2reflection converting objects to xml or json and back is fast as code without reflection
- you define rules for all the attributes and objects instead field by field. This is very useful if you work with a big set of objects
- you can use the same mapping/binding solution on java, j2se, j2ee, android and gwt
Do you need a fast serialization of object in xml or json? Do you need the same on android or gwt?
Subscribe to this mailing list to be updated about project's news.
This is a low traffic and moderated (no spam) mailing list.