In my java class, I have a boolean and two objects, A and B. If the boolean is set to true, I want the marshaller to output object A in my XML file. Otherwise, I want the marshaller to output object B.
Conversely, when I'm unmarshalling, if Object A exists, I want my boolean to be set to true. Otherwise if Object B exists in the xml file, I want the boolean to be set to false. How do I do these things? ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ jibx-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jibx-users
