IntelliJ - serialVersionUID - enabling

Focus On Content  ~/ click me to toggle the navigation bar to the right

If you are wondering why when you make a POJO bean to implement Serializable, IntelliJ does not throw any warnings to create the serialVersionUID variable… It’s because you need to enable it. Here’s how:

<img src="/img/2011/02/intellij-enablingserialization.jpg" alt="">

Cheers!