我有一個類TableMetaAttrs:如何在非原始類型上使用Parcelable?
public class TableMetaAttrs implements Parcelable
{
private Integer id;
private String name;
private String value;
private Tables table;
...
怎樣才能在表領域實現Parcelable? 類表也實現了Parcelable。
如果'Tables'實現'Parcelable',則不需要執行任何特定的序列化/反序列化table。 – Rajesh 2013-02-18 13:04:10