Posts tagged java
Using JiBX extras inside the JiBX Eclipse Plugin
0JiBX is a Java library that allows you to convert Java objets into a XML files that provides a great performance in comparation with other Java libraries such as XStream.
The main difference between JiBX and the other Java libraries is that JiBX modifies the class files generated by the javac compiler and it adds some bytecodes which contains some methods that are used when you do the convertions between class file and xml file.
Recent Comments