I confuse about the serialVersionUID somebody tell about if I am not define the serialVersionUID It will be impact the performance so I need to conclude my knowledge about this
From my understand, In the Java Compiler If you need to have communicate between 2 class or you need to use the object communication between 1 task to 1 task. It should be generated the serialVersionUID in sender and receiver when the sender send the object put the serialVersionUID into the object and then received validate the object if it 's correct receiver will be continue the process if not It will throw the exception
So If I am not put the serialVersionUID so java compiler will be define it in runtime from my understand so I think It is not impact the performance when the Java is executed
I hope my understand should be correct If not Please help another one in this site to suggest
Thank you