please excuse this neewbie question ...
i need to store one field as a map of A objects (as
below : a map of trees in fact, with possible loops).
what mapping file need i to marshall / unmarshall such
a map ?
abstract class A {
private int i1;
}
class B extends A {
private Collection collection; //Collection of A
objects
}
class C extends A {
private int i2;
}
thanks a lot for any help !
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user