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

clarifai2.internal.JSONUnmarshaler Maven / Gradle / Ivy

The newest version!
package clarifai2.internal;

import com.google.gson.Gson;
import com.google.gson.JsonElement;
import org.jetbrains.annotations.NotNull;

public interface JSONUnmarshaler {
  @NotNull T fromJSON(@NotNull Gson gson, @NotNull JsonElement json);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy