直列化された形式

クラス GamePanel は Serializable を実装します。

直列化されたフィールド

mapPlaces

MapPlace[] mapPlaces
場所の配列 MapPlace.java

peoples

People[] peoples
登場人物の配列 People.java

animation

java.lang.Thread animation
このゲームのスレッド Common.SLEEP_SECで間隔を指定

bgImage

java.awt.Image bgImage
背景

offScreen

java.awt.Image offScreen
ダブルバッファ用スクリーン

offScreenSize

java.awt.Dimension offScreenSize
ダブルバッファ用スクリーンサイズ

offGraphics

java.awt.Graphics offGraphics
ダブルバッファ用グラフィック


クラス type1 は Serializable を実装します。

直列化されたフィールド

mainPanel

GamePanel mainPanel
ゲームのメインパネル