Search code examples
javaeclipseserializationserialversionuid

Does serialVersionUID generation in Eclipse use serialver?


Eclipse IDE allows generation of random serialVersionUID. On the other hand, there is a tool in JDK, serialver, which is designed for the purpose.

Any idea if Eclipse actually invokes serialver behind the curtains?


Solution

  • According to the answer for What algorithm is used by eclipse to generate verison id in Serializable class?

    Eclipse implements the relevant Java spec to compute Serialization ID.