package c.i;

import java.io.Serializable;

/* JADX INFO: compiled from: ObservableField.java */
/* JADX INFO: loaded from: classes.dex */
public class g<T> extends b implements Serializable {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public T f1512e;

    public g(T t) {
        this.f1512e = t;
    }

    public g() {
    }
}
