/** Saves the session. */
  public void store(OutputStream out, Object obj) throws IOException {
    SessionArrayValue session = (SessionArrayValue) obj;

    session.store(Env.getInstance(), out);
  }