序列化和反序列化

it2022-05-05  159

序列化和反序列化

序列化的是对象

String str = "boom";

static静态变量是类的状态、transient代表对象的临时数据,不可被序列化


最新回复(0)