104105106107108109110111112113114
case 'R': result = unserializeReference(); break; default: throw new UnserializeException( "Unable to unserialize unknown type " + type); } this.history.add(result); return result;