Dean
Lo�c Jay wrote:
I just started to use Castor to marshall and unmarshall object. I' ve got an----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
object of <mypackage.Person> class.
A person has a name of java.lang.String type.
Is there a way to marshall my object (a person which name is "Ryan") so that
result is :
<person xsi:type="mypackage.Person">
<name xsi:type="java:java.lang.String">
Ryan
</name>
</person>
In fact, I would like to have a type attribute on every result element of
the marshalling.
Thanks
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
