All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.topologi.diffx.xml.XMLSerializable Maven / Gradle / Ivy

/*
 * This file is part of the DiffX library.
 *
 * For licensing information please see the file license.txt included in the release.
 * A copy of this licence can also be found at
 *   http://www.opensource.org/licenses/artistic-license-2.0.php
 */
package com.topologi.diffx.xml;

/**
 * An Object which implements this interface can be serialized
 * as XML using the XMLSerializer.
 *
 * 

It does not need to implement any method; it simply indicates * the XMLSerializer that it can use the public getXXX * methods to generate the XML representation of the object. * * @see XMLSerializer * * @version 7 February 2002 * @author Christophe Lauret */ public interface XMLSerializable { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy