From: <ad...@jb...> - 2005-05-11 19:49:37
|
So the problem is two fold: 1) The need to specify a concrete type in startElement 2) My desire to have a less verbose API in the common case | <entry><key class="java.lang.Integer>1</key><value>x</value></entry> | instead of | <entry><key><value class="java.lang.Integer">1</value></key><value>x</value></entry> | The later is closer to the underlying object model, but obviously more tedious. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877381#3877381 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877381 |