}
private void write_objref(Object obj, TypeDescription typeDescription) throws Exception {
String sType = typeDescription.getTypeName();
IOR ior = new IOR(new CorbaString8(sType), null);
if(obj != null) {
String oId = (String)bridge.mapInterfaceTo(obj, new Type(typeDescription));
if(DEBUG) System.err.println("##### Marshal.write_objref:" + obj + " " + typeDescription + " oId:" + oId + " stype:" + sType);