| Author |
XMLEncoder not serializing the whole graph!
|
Anne Forumer
Ranch Hand
Joined: Apr 19, 2004
Posts: 72
|
|
I have this class which is a composite of other classes. One of the composite, Role is itself a composite of class, Recipient. But the XMLEncoder stops at Role and doesn't go any further. All classes are serializable. I am using XMLEncoder in a "regular" way and printing to a file. Should I be doing anything special to output the complete graph? Thanks in Advance. Here is the "central" class: Role contains Recipients: The XML output is:
|
 |
 |
|
|
subject: XMLEncoder not serializing the whole graph!
|
|
|