站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v6.0, Java 2 SDK 英文文档

Using Serialization with a NonSerializable Superclass - JDK 5 Documentation v6.0, Java 2 SDK 英文文档

blue bar

Using Serialization with a NonSerializable Superclass

blue bar

Abstract

Shows how to serialize a subclass which has a superclass that is not serializable.

When a superclass of a particular subclass is not serializable, the subclass must save and restore the state of the superclass.

blue bar

Additional Information

Source Files
Running the Example
List of Examples
blue bar