Find path to offending non-Serializable member variable

前端 未结 3 2032
隐瞒了意图╮
隐瞒了意图╮ 2020-12-31 17:42

In Java, Serialization makes reading and writing objects to streams REALLY easy. For instance, the following code snippet is mostly all it takes to write objects to a strea

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-31 18:05

    I had the same problem and I also implemented the crawler thing you talked about. If somebody is still interested in it, I presented the code here: A good way to find unserializable fields in Java

提交回复
热议问题