src/share/classes/com/sun/corba/se/impl/orbutil/ObjectStreamClass_1_3_1.java

changeset 446
f4f39d873b9a
parent 158
91006f157c46
child 615
8b0b643ffd42
equal deleted inserted replaced
445:0ca1fc7c5f44 446:f4f39d873b9a
1 /* 1 /*
2 * Copyright (c) 2001, 2003, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
1117 * @since JDK 1.2 1117 * @since JDK 1.2
1118 */ 1118 */
1119 private boolean hasExternalizableBlockData; 1119 private boolean hasExternalizableBlockData;
1120 Method writeObjectMethod; 1120 Method writeObjectMethod;
1121 Method readObjectMethod; 1121 Method readObjectMethod;
1122 private Method writeReplaceObjectMethod; 1122 private transient Method writeReplaceObjectMethod;
1123 private Method readResolveObjectMethod; 1123 private transient Method readResolveObjectMethod;
1124 1124
1125 /* 1125 /*
1126 * ObjectStreamClass_1_3_1 that this one was built from. 1126 * ObjectStreamClass_1_3_1 that this one was built from.
1127 */ 1127 */
1128 private ObjectStreamClass_1_3_1 localClassDesc; 1128 private ObjectStreamClass_1_3_1 localClassDesc;

mercurial