2021年8月11日
摘要: 序列化就是把对象变成二进制的过程,可以保存在硬盘中或在网络中传输。 /** * @author staynight */ public class Student implements Serializable { /** * 序列化uid */ private static final long 阅读全文
posted @ 2021-08-11 16:37 15年的夏天 阅读(32) 评论(0) 推荐(0)