Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
n/a
Description
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" />