Package com.topologi.diffx.xml
Interface XMLSerializable
public interface XMLSerializable
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.
- Version:
- 7 February 2002
- See Also: