/** * Read from the CDR stream. */ public void read(org.omg.CORBA.portable.InputStream in) { native_set = in.read_ulong(); conversion = ULongSeqHelper.read(in); }
/** * Write into CDR stream. */ public void write(org.omg.CORBA.portable.OutputStream out) { out.write_long(native_set); ULongSeqHelper.write(out, conversion); }