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

io.inugami.commons.marshaling.XmlJaxbMarshallerSpi Maven / Gradle / Ivy

There is a newer version: 3.3.5
Show newest version
package io.inugami.commons.marshaling;

public interface XmlJaxbMarshallerSpi {

    String convertToXml(final Object value);

     T convertFromXml(final String value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy