68 lines
2.0 KiB
Java
68 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 Bbk extends TypeAdapter implements HJa {
|
|
private Gson a;
|
|
private PYE b;
|
|
private InterfaceC15734iCu e;
|
|
|
|
public Bbk(Gson gson, InterfaceC15734iCu interfaceC15734iCu, PYE pye) {
|
|
this.a = gson;
|
|
this.e = 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;
|
|
}
|
|
LCa lCa = (LCa) obj;
|
|
Gson gson = this.a;
|
|
PYE pye = this.b;
|
|
jsonWriter.beginObject();
|
|
if (lCa != lCa.c) {
|
|
pye.c(jsonWriter, 493);
|
|
String str = lCa.c;
|
|
DTh.b(gson, String.class, str).write(jsonWriter, str);
|
|
}
|
|
lCa.b(gson, jsonWriter, pye);
|
|
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;
|
|
}
|
|
LCa lCa = new LCa();
|
|
Gson gson = this.a;
|
|
InterfaceC15734iCu interfaceC15734iCu = this.e;
|
|
jsonReader.beginObject();
|
|
while (jsonReader.hasNext()) {
|
|
int e = interfaceC15734iCu.e(jsonReader);
|
|
boolean z = jsonReader.peek() != JsonToken.NULL;
|
|
if (e != 432) {
|
|
lCa.a(gson, jsonReader, e);
|
|
} else if (z) {
|
|
lCa.c = (String) gson.getAdapter(String.class).read2(jsonReader);
|
|
} else {
|
|
lCa.c = null;
|
|
jsonReader.nextNull();
|
|
}
|
|
}
|
|
jsonReader.endObject();
|
|
return lCa;
|
|
}
|
|
}
|