Skip to the content.
cs-notes
brief computer science notes
View on GitHub
Home
/
cs-notes
/
Language
/
Java
/
Basic
/
Serialization
/
inheritance
如果父类未实现 Serializable
那么父类字段反序列化时,是类型默认值
而不是序列化时的值