Re: [Simple-support] erialize/deserialize Lists with empty Strings
Brought to you by:
niallg
|
From: Joe <fis...@ya...> - 2008-12-16 14:52:55
|
Hi,
> Hi,
>
> What version are you using? Clearly not the latest 2.0.2? Also could you
> supply the XML that is generated?
>
yes 1.7.3, now updated to 2.0.2.
Now the printed output is a little bit different, but still reflecting
the null problem.
values: [A, , A, null]
The xml file(same in both versions)
<testData>
<values class="java.util.ArrayList">
<string>A</string>
<string></string>
</values>
</testData>
|