だから、私は次の属性を持つクラスを持っています
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 が発生します。これが理由であることがわかっているいくつかの制限がありますか?