src/share/classes/com/sun/corba/se/impl/io/ObjectStreamClass.java

changeset 446
f4f39d873b9a
parent 444
80882eae6279
child 615
8b0b643ffd42
equal deleted inserted replaced
445:0ca1fc7c5f44 446:f4f39d873b9a
1521 * @since JDK 1.2 1521 * @since JDK 1.2
1522 */ 1522 */
1523 private boolean hasExternalizableBlockData; 1523 private boolean hasExternalizableBlockData;
1524 Method writeObjectMethod; 1524 Method writeObjectMethod;
1525 Method readObjectMethod; 1525 Method readObjectMethod;
1526 private Method writeReplaceObjectMethod; 1526 private transient Method writeReplaceObjectMethod;
1527 private Method readResolveObjectMethod; 1527 private transient Method readResolveObjectMethod;
1528 private Constructor cons ; 1528 private Constructor cons ;
1529 1529
1530 /** 1530 /**
1531 * Beginning in Java to IDL ptc/02-01-12, RMI-IIOP has a 1531 * Beginning in Java to IDL ptc/02-01-12, RMI-IIOP has a
1532 * stream format version 2 which puts a fake valuetype around 1532 * stream format version 2 which puts a fake valuetype around

mercurial