所以,我有一个具有以下属性的类
private String name;
private int counter;
private DateFormat df;
private DecimalFormat def;
private ArrayList<Bike> bike;
static String[] titles = {"some,items,here"};
所有这些都已经初始化,然后在上面我声明
public class Motor extends AbstractTableModel implements Serializable
了,但是当我使用 ObjectOutputStream 时我仍然得到一个 IONotSerializableException,是否有一些限制,我现在可能知道这就是为什么它会这样?