package k5;

/* JADX INFO: loaded from: classes3.dex */
public final class N implements g5.a {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final N f20010a = new N();

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final M f20011b = M.f20009a;

    @Override // g5.a
    public final Object deserialize(j5.c decoder) {
        kotlin.jvm.internal.o.h(decoder, "decoder");
        throw new g5.f("'kotlin.Nothing' does not have instances");
    }

    @Override // g5.a
    public final i5.g getDescriptor() {
        return f20011b;
    }

    @Override // g5.a
    public final void serialize(j5.d encoder, Object obj) {
        Void value = (Void) obj;
        kotlin.jvm.internal.o.h(encoder, "encoder");
        kotlin.jvm.internal.o.h(value, "value");
        throw new g5.f("'kotlin.Nothing' cannot be serialized");
    }
}
