< prev index next >

src/java.base/share/classes/java/io/StreamCorruptedException.java

Print this page

        

@@ -32,10 +32,11 @@
  * @author  unascribed
  * @since   1.1
  */
 public class StreamCorruptedException extends ObjectStreamException {
 
+    @java.io.Serial
     private static final long serialVersionUID = 8983558202217591746L;
 
     /**
      * Create a StreamCorruptedException and list a reason why thrown.
      *
< prev index next >