package defpackage;

import java.io.IOException;

/* JADX INFO: renamed from: ᵦᵴˊᵚ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public abstract class AbstractC3610 {
    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final Object m8142(String str) {
        C4903 c4903 = new C4903();
        c4903.m10198(str);
        C4877 c4877 = new C4877(c4903);
        Object objMo6476 = mo6476(c4877);
        if ((this instanceof AbstractC0496) || c4877.m10144() == 10) {
            return objMo6476;
        }
        C1685.m4563("JSON document was not fully consumed.");
        return null;
    }

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final C2807 m8143() {
        return this instanceof C2807 ? (C2807) this : new C2807(this);
    }

    /* JADX INFO: renamed from: ᵨᵣ */
    public abstract void mo6475(C3829 c3829, Object obj);

    /* JADX INFO: renamed from: ᵲᵶᵳˈ */
    public abstract Object mo6476(C4877 c4877);

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final String m8144(Object obj) {
        C4903 c4903 = new C4903();
        try {
            mo6475(new C3829(c4903), obj);
            return c4903.m10206();
        } catch (IOException e) {
            throw new AssertionError(e);
        }
    }
}
