在java中
序列化(Serialization)是指把结构化对象转化为字节流
反序列化(Deserialization)是序列化的逆过程。把字节流转为结构化对象。
序列话和反序列化
原文:https://www.cnblogs.com/nacyswiss/p/12588388.html