com.huguesjohnson.serialization
Interface Storable

All Known Implementing Classes:
Area, BaseGameState, Character, ColorScheme, GameData, GameScript, Item, Map, NamedObject, Sequence, SequenceFrame, Sprite, StringTable, Theme, TreeNode

public interface Storable

Storable - interface for objects that can be serialized

Author:
Hugues Johnson

Method Summary
 void onDeserialize(Formatter formatter, java.lang.String absoluteDir)
          The onDeserialize event should be fired after an object is de-serialized.
 

Method Detail

onDeserialize

public void onDeserialize(Formatter formatter,
                          java.lang.String absoluteDir)
The onDeserialize event should be fired after an object is de-serialized. This allows objects to load transient members, set their working directory, and load Storable members if needed.

Parameters:
formatter - the formatter to use to load any storable members
absoluteDir - the working directory since all paths stored in the object should be relative