public void writeToParcel(Parcel dest, int flags) {. dest.writeInt(id);. dest.writeString(name);. } public static final Creator<Book> ...
確定! 回上一頁