-
Bug
-
Resolution: Fixed
-
P2
-
1.1.3, 1.2.0
-
1.1.6
-
x86, sparc
-
solaris_2.5.1, windows_nt
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2017476 | 1.2.0 | Joe Fialli | P2 | Resolved | Fixed | 1.2beta3 |
Name: rm29839 Date: 10/20/97
ObjectInputStream.resolveClass() can be overridden to
retrieve a named class from a non-system location, which is
very useful. Unfortunately, the class that is retrieved must
be named exactly the same (including package) as the requested
class, since ObjectStreamClass.setClass() checks the names
for a match.
Because of this, I find that any attempt to rename
or repackage a class automatically results in the loss
of all streamed-out instances of that class ... I would
like to write an input stream subclass that allowed class
substitution, but this doesn't seem possible.
The ability to substitute classes with different names
during Object input would be greatly appreciated.
(Or at least a conversion facility to modify object
streams.)
company - Effective Edge , email - ###@###.###
======================================================================
- backported by
-
JDK-2017476 Support package renaming for classes with ObjectInputStream.resolve
-
- Resolved
-
- duplicates
-
JDK-4113623 Class replacement enhancement
-
- Closed
-
- relates to
-
JDK-4156680 jdk117d - regression test failure: io\Serializable\Evolution\RenamePackage\insta
-
- Resolved
-
-
JDK-4156682 jdk117d - regression test failure:io\Serializable\Evolution\RenamePackage\test\S
-
- Resolved
-