คำถามติดแท็ก notserializableexception

3
ทำไม writeObject ถึงโยน java.io.NotSerializableException และฉันจะแก้ไขได้อย่างไร
ฉันมีข้อยกเว้นนี้และฉันไม่เข้าใจว่าทำไมมันถึงถูกโยนทิ้งหรือฉันควรจัดการอย่างไร try { os.writeObject(element); } catch (IOException e) { e.printStackTrace(); } ที่ไหนelementเป็นTransformGroupที่มีอื่น ๆ บางTransformGroupsตัวอย่างของ Atom คลาส: public class Atom extends Group implements Serializable{ float pozX,pozY; Group group= new Group(); Color3f blue = new Color3f(new Color(255)); Color3f black = new Color3f(new Color(0)); Sphere AtSph=new Sphere(); public Atom(final float WEIGHT, final int …
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.