序列化与反序列化

stevenduxiang / 2024-06-06 / 原文

使用Serializable 进行序列化与反序列化

(1)序列化:把对象转换为字节序列的过程

(2)反系列化:把字节序列转化为对象的过程