Details
-
Type: Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1.3
-
Component/s: None
-
Labels:None
Description
Classes that implement Externalizable and that have circular references fail to unmarshal because of an unexpected ClassCastException. The converter does not return the referenced object, but the object's class type.
Wrong object was passed as parent.