1 2 3 4 5 6 7 8 9 10
class BaseSnapshotModel { @SerializedName("_name") protected String _name; @SerializedName("_type") protected String _type; @Expose protected BaseSnapshotModel parent; }