Serialization of "structs" fails
--------------------------------
Key: PIVOT-518
URL: https://issues.apache.org/jira/browse/PIVOT-518
Project: Pivot
Issue Type: Bug
Components: core-beans
Affects Versions: 1.5
Reporter: Greg Brown
Fix For: 1.5.1
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.