Is there any way I can unmarshall a document where I can reference an
object already created? (basically a relational reference)
<doc>
<myFirstObject id="someValue">
<subObject id="a" name="cat"/>
<subObject id="b" name="dog"/>
<subObject id="c" name="horse"/>
</myFirstObject>
<myOtherObject>
<referingObject id="a"/>
</myOtherObject>
</doc>
I want that reflect in my object structure that the second object
points to the first sub object?
Is this possible?
Cheers,
Jeremy
-------------------------------------------------
If you wish to unsubscribe from this list, please
send an empty message to the following address:
[EMAIL PROTECTED]
-------------------------------------------------