1 package 对象序列化;
 2 
 3 import java.io.Serializable;
 4 
 5 @SuppressWarnings("serial")
 6 class A implements Serializable{
 7     
 8 }
 9 public class TestSerializable {
10     public static void main(String[] args) {
11         
12     }
13 }
View Code

相关文章:

  • 2022-01-21
  • 2021-08-28
  • 2022-01-19
  • 2021-06-13
  • 2021-12-29
  • 2022-12-23
  • 2022-02-04
  • 2022-02-28
猜你喜欢
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
  • 2021-08-11
  • 2021-06-23
  • 2022-01-26
  • 2022-12-23
相关资源
相似解决方案