Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
Serial-related declarations have strictly stated structural requirements in the serial specification: https://docs.oracle.com/javase/10/docs/specs/serialization/index.html Since, to date, these strictures are not checked at compile-time, it is easy to mis-declare a serial related field or method. Various methods and fields in the JDK are slightly mis-declared, such as extraneous exception types declared to be thrown, and the declarations should be fixed.
|