I have a quite weird warning while building our project.
The statement is lack of serialVersionUID
but in fact the class in question does define such.
Can someone explain the below error?
[WARNING] /build/location/com/our/company/package/SomeClass.java:[178,56] [serial] serializable class <anonymous com.our.company.package.SomeClass$1> has no definition of serialVersionUID
I am not sure what SomeClass$1
means in this case.