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

66 lines
2.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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 UvB extends TypeAdapter implements HJa {
private PYE a;
private Gson c;
private InterfaceC15734iCu d;
public UvB(Gson gson, InterfaceC15734iCu interfaceC15734iCu, PYE pye) {
this.c = gson;
this.d = interfaceC15734iCu;
this.a = pye;
}
@Override // com.google.gson.TypeAdapter
public final void write(JsonWriter jsonWriter, Object obj) throws IOException {
if (obj == null) {
jsonWriter.nullValue();
return;
}
iXl ixl = (iXl) obj;
Gson gson = this.c;
PYE pye = this.a;
jsonWriter.beginObject();
String str = ixl.b;
pye.c(jsonWriter, 242);
String str2 = ixl.b;
DTh.b(gson, String.class, str2).write(jsonWriter, str2);
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;
}
iXl ixl = new iXl();
Gson gson = this.c;
InterfaceC15734iCu interfaceC15734iCu = this.d;
jsonReader.beginObject();
while (jsonReader.hasNext()) {
int e = interfaceC15734iCu.e(jsonReader);
boolean z = jsonReader.peek() != JsonToken.NULL;
if (e != 391) {
jsonReader.skipValue();
} else if (z) {
ixl.b = (String) gson.getAdapter(String.class).read2(jsonReader);
} else {
ixl.b = null;
jsonReader.nextNull();
}
}
jsonReader.endObject();
return ixl;
}
}