Allow BXMLSerializer to assign null values to bean properties using attributes
------------------------------------------------------------------------------

                 Key: PIVOT-628
                 URL: https://issues.apache.org/jira/browse/PIVOT-628
             Project: Pivot
          Issue Type: Improvement
          Components: core-beans
         Environment: n/a
            Reporter: Chris Bartlett
            Priority: Minor


BXMLSerializer currently allows bean properties to be set to null values by 
using elements.
<MyBean>
    <nullableProperty />
</MyBean>


Add equivalent functionality via attributes and a custom null 'token' such as 
$bxml:null
<MyBean nullableProperty="$bxml:null" />

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to