Hello everyone :)
I've got a question with regards to nillable values. I've looked
around and I've noticed that most people's solution
is to use the nillable attribute in their schema. However, I'm taking
a code first approach, so what I've tried to do is
to ad...@xmlelement(nillable=true) to either of the accessor methods on
the class. Unfortunately
the attribute in question (a String) still keeps getting unmarshalled
to an empty value instead.
Is anyone aware of a workaround in code?

Thank you,

Yiannis

Reply via email to