Data format for serializing and de-serializing an object as XML with XStream.
Subclasses should override the {@link #read(InputStream)} and {@link #write(Object,OutputStream)}methods to create a customized xstream instance, or to use some other XML serialization method.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.