[ 
https://issues.apache.org/jira/browse/PIVOT-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Greg Brown updated PIVOT-628:
-----------------------------

    Fix Version/s: 2.0

> 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
>             Fix For: 2.0
>
>
> 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