Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5
-
None
Description
BeanAdapter currently returns null when get() is called for a valid, non-null public final field. This causes serialization of struct-like classes such as CalendarDate and Point to fail. Also, the Javadoc currently states that non-public and static fields will not be serialized but does not mention final values. BeanAdapter should be updated to return public final values.