| Other |
|---|
| 1.4.1 hopperFixed |
|
Relates :
|
Although the fix for 4171142 ("Deserialization fails for Class object of
primitive type") enables ObjectInputStream to deserialize Class objects for
primitive types, it failed to address void.class (a.k.a. java.lang.Void.TYPE).
ObjectInputStream.resolveClass() should be updated to handle void.class in the
same way that it does primitive types.
|