StackOverflowError when serializing an object in Java

后端 未结 8 1670
眼角桃花
眼角桃花 2020-11-28 13:56

I am writing an application in Java using Swing. I am trying to implement functionality to save and load simulation states for at simulation i am running. The entire simulat

8条回答
  •  醉话见心
    2020-11-28 14:20

    And after you done all that just use XStream instead if you only want to save to a file.

提交回复
热议问题