Sample Code Sample Code: Persistence


prefs = new PersistenceAgent(inf);
prefs.store(obj, version, key);
Object obj = (Object)prefs.restore(key);