what-the-bank/sources/o/GZ.java

66 lines
2.0 KiB
Java

package o;
import com.google.gson.Gson;
import com.google.gson.TypeAdapter;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonToken;
import com.google.gson.stream.JsonWriter;
import java.io.IOException;
/* loaded from: classes.dex */
public final class GZ extends TypeAdapter implements HJa {
private Gson a;
private PYE b;
private InterfaceC15734iCu d;
public GZ(Gson gson, InterfaceC15734iCu interfaceC15734iCu, PYE pye) {
this.a = gson;
this.d = interfaceC15734iCu;
this.b = pye;
}
@Override // com.google.gson.TypeAdapter
public final void write(JsonWriter jsonWriter, Object obj) throws IOException {
if (obj == null) {
jsonWriter.nullValue();
return;
}
GX gx = (GX) obj;
Gson gson = this.a;
PYE pye = this.b;
jsonWriter.beginObject();
Boolean bool = gx.c;
pye.c(jsonWriter, 601);
Boolean bool2 = gx.c;
DTh.b(gson, Boolean.class, bool2).write(jsonWriter, bool2);
jsonWriter.endObject();
}
@Override // com.google.gson.TypeAdapter
/* renamed from: read */
public final Object read2(JsonReader jsonReader) throws IOException {
if (jsonReader.peek() == JsonToken.NULL) {
jsonReader.skipValue();
return null;
}
GX gx = new GX();
Gson gson = this.a;
InterfaceC15734iCu interfaceC15734iCu = this.d;
jsonReader.beginObject();
while (jsonReader.hasNext()) {
int e = interfaceC15734iCu.e(jsonReader);
boolean z = jsonReader.peek() != JsonToken.NULL;
if (e != 677) {
jsonReader.skipValue();
} else if (z) {
gx.c = (Boolean) gson.getAdapter(Boolean.class).read2(jsonReader);
} else {
gx.c = null;
jsonReader.nextNull();
}
}
jsonReader.endObject();
return gx;
}
}