fi.foyt.paytrail.json.Marshaller Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Java REST API SDK for Paytrail (http://paytrail.com/)
The newest version!
package fi.foyt.paytrail.json;
import java.io.IOException;
public interface Marshaller {
public String objectToString(Object object) throws IOException;
public T stringToObject(Class extends T> clazz, String string) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy