XMT (XStream Migration Tool) is a library to migrate XStream serialized XML when the associated Java class evolves. XStream is a popular library to serialize a Java object to XML and back again, and XMT enables a smooth migration of this XML with the help of dom4j when you change the class definition of the Java object.
| Tags | dom4j migration Serialization xstream |
|---|---|
| Licenses | Apache 2.0 |
| Implementation | Java 5 |