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

net.anotheria.portalkit.apis.asynctask.task.AsyncTaskDeserializer Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
package net.anotheria.portalkit.apis.asynctask.task;

import net.anotheria.anoplass.api.APIException;

public interface AsyncTaskDeserializer {

    AsyncTask deserialize(String json) throws APIException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy