Hello,

Might be an absolute newbie wuestion but I didn't see how to do it yet.

We have two classes, e.g.:

class User {
  String login; // unique
  Set groups; // groups this user belongs to
}

class Group {
  String name; // unique
  Set users; // Users that belong to this group
}

What kind of binding do I have to use to be able to un-/marshal instances of these classes?

Regards,
Michael



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
jibx-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to