如何在退出程序时序列化一个class

How to serialize a class when exiting the program

也许是个愚蠢的问题,但我想知道当用户使用默认关闭操作时,我想将 java 中的 class 序列化为 .ser 文件时我将如何继续( X)。

我知道如何序列化,但我似乎无法理解应该将默认关闭操作的代码放在哪里。

如果不清楚请告诉我,我会尽力解释得更好!

非常感谢!

Sindre M

一个WindowListener is probably what you need. You can serialize the object in its windowClosing方法。