集册 Java 面试笔记 什么情况下要使用序列化?

什么情况下要使用序列化?

欢马劈雪     最近更新时间:2020-08-04 05:37:59

139

Whenever an object is to be sent over the network, objects need to be serialized. Moreover if the state of an object is to be saved, objects need to be serilazed.