Uploaded image for project: 'Pivot'
  1. Pivot
  2. PIVOT-628

Allow BXMLSerializer to assign null values to bean properties using attributes

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 2.0
    • core-beans
    • 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" />

      Attachments

        Activity

          People

            Unassigned Unassigned
            cbartlett Christopher James Bartlett
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: