public void read(SDRInputStream in, SDRContext context) throws SDRException, IOException {
    /** Added by SdrGen */
    int actMember = 0;

    if (mMemberDone == actMember) {
      retVal = in.readBool(context);
      if (!context.done) return;
      mMemberDone++;
    }
    actMember++;
  }