You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Durgalakshmi Ganesan (JIRA)" <ji...@apache.org> on 2010/05/30 05:39:37 UTC

[jira] Created: (BETWIXT-69) Serialization issue with Linked Hash Map

Serialization issue with Linked Hash Map
----------------------------------------

                 Key: BETWIXT-69
                 URL: https://issues.apache.org/jira/browse/BETWIXT-69
             Project: Commons Betwixt
          Issue Type: Bug
            Reporter: Durgalakshmi Ganesan


When I tried to serialize LinkedHashMap object into XML, the XML is serialized with the empty value..

Sample XML 

<LinkedHashMap>
<empty>false</empty>
<entry/>
<entry/>
</LinkedHashMap>

Tried the same with HashMap and it worked fine. Is there any open issue with LinkedHashMap serialization?

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