Package io.inugami.commons.marshaling
Interface XmlJaxbMarshallerSpi
-
- All Known Implementing Classes:
DefaultXmlJaxbMarshallerSpi
,XmlJaxbMarshallerSpiFactory
public interface XmlJaxbMarshallerSpi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
convertFromXml(String value)
String
convertToXml(Object value)
-