Saturday, October 19, 2019

java - Use the serialVersionUID or suppress warnings?

I want to create a class that, for example, extends HttpServlet? My compiler warns me that my class should have a serialVersionUID. If I know that this object will never be serialized, should I define it or add an annotation to suppress those warnings?



What would you do and why?

No comments:

Post a Comment