|
计算机系统应用 2005
The Java an object inside transient turns the study of the = way with the static type word a preface row
|
Abstract:
Java类对象的持续性是通过对象的系列化(Serialization)过程来完成的,但默认的系列化方式只能处理非transient和非static型成员字段。本文则探讨了如何通过自定义系列化方式来完成对transient和static型成员字段的系列化。