public static void write(
     org.omg.CORBA.portable.OutputStream ostream, org.omg.Security.RequiresSupports value) {
   ostream.write_long(value.value());
 }
 public static org.omg.Security.RequiresSupports read(org.omg.CORBA.portable.InputStream istream) {
   return org.omg.Security.RequiresSupports.from_int(istream.read_long());
 }