199200201202203204205206207208209
try { sessionId = (Serializable) ois.readObject(); version = ois.readLong(); lastAccess = ois.readLong(); maxIdleTime = ois.readLong(); isNew = ois.readBoolean(); int len = ois.readInt(); state = new byte[len]; int index = 0;