‏إظهار الرسائل ذات التسميات Serialization. إظهار كافة الرسائل
‏إظهار الرسائل ذات التسميات Serialization. إظهار كافة الرسائل

الثلاثاء، 7 يناير 2020

Java 14 @Serial Annotation

1. Introduction


In this tutorial, we will learn a new annotation @Serial introduced in Java 14. This annotation is similar to the @Override annotation, @Serial annotation is used in combination with the serial lint flag to perform compile-time checks for the serialization-related members of a class.


Already this feature is available in build 25.

Java 14 @Serial Annotation