Methods Summary |
---|
protected final java.lang.String | getInputStreamClassName()Installs the legacy IIOPInputStream_1_3_1 which does
PutFields/GetFields incorrectly. Bug 4407244.
return "com.sun.corba.se.impl.orbutil.IIOPInputStream_1_3_1";
|
protected org.omg.CORBA.TCKind | getJavaCharTCKind()Our JDK 1.3 and JDK 1.3.1 behavior subclasses override this.
The correct behavior is for a Java char to map to a CORBA wchar,
but our older code mapped it to a CORBA char.
return TCKind.tk_char;
|
protected final java.lang.String | getOutputStreamClassName()Installs the legacy IIOPOutputStream_1_3_1 which does
PutFields/GetFields incorrectly. Bug 4407244.
return "com.sun.corba.se.impl.orbutil.IIOPOutputStream_1_3_1";
|
public boolean | useFullValueDescription(java.lang.Class clazz, java.lang.String repositoryID)RepositoryId_1_3_1 performs an incorrect repId calculation
when using serialPersistentFields and one of the fields no longer
exists on the class itself.
return RepositoryId_1_3_1.useFullValueDescription(clazz, repositoryID);
|