Package io.github.astrapi69.xml.api
Interface Transformable<T>
-
- Type Parameters:
T
- the generic type
- All Superinterfaces:
Objectable
,Xmlable
public interface Transformable<T> extends Xmlable, Objectable
A class that implements this interface marks the object that it can be transformed to an xml string and from an xml String to an Object back.
-
-
Method Summary
-
Methods inherited from interface io.github.astrapi69.xml.api.Objectable
toObject
-
-