-
- Type Parameters:
T
- the generic type
- All Superinterfaces:
Objectable
,Xmlable
public interface Transformable<T> extends Xmlable, Objectable
If a class implements the interfaceXmlable
have to implement the methods for transformation to a xml string and from a xml String to an Object back
-
-
Method Summary
-
Methods inherited from interface io.github.astrapi69.xml.api.Objectable
toObject
-
-