Hi All,

I have below class:

class Furniture
{
    String legs;
    int noOfLegs;
}

Is there any other way of generating empty elements if there is no
data for both legs and noOfLegs member variables of above Furniture
class. I mean without writing any custom (un)marshaller code ? Can I
use any classes inside org.jibx.extras package ? I dont think the
default="" attribute for value element is either working for my
purpose and neither I want to initialize both of these member
variables with any default values.


Thank you for your time and reply,
Kumar.


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to