package c.i.d; import com.google.gson.JsonElement; import com.google.gson.JsonParseException; import java.lang.reflect.Type; /* compiled from: JsonDeserializer */ public interface i { T a(JsonElement jsonElement, Type type, h hVar) throws JsonParseException; }