Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.2.2
-
Fix Version/s: None
-
Component/s: Converters
-
Labels:None
Description
Alias support is missing from JavaClassConverter converter, so full class name is serialized, even if alias is set.
JavaMethodConverter is also missing alias support.
Hi Andrei,
at first this seemed a good idea and I thought that we simply forgot to use the aliases for the names. But meanwhile I had to detect that this creates a problem, we cannot easily solve. The issue is that the native Java types and their counterpart use the same names. Therefore we are no longer able to distinguish between methods that differ in the signature only by a primitive and the according boxed type.