Hi,

According to the WSDL file on the server I will be getting back an object A 
which relates in multiple objects in the following way..

A extends B {

        HashSet set1;
        HashSet set2;
        String  s1;
}


B extends C {

        HashSet set3;
}

C extends D {

        Integer i1;
        String  s2;
}

D {

        Date d1;
        Date d2;
        E    e1;
}

E {

        String s3;
}

Is it possible to deserialize this using the Apache bean serializer my 
mapping the objects A to E. If not how can we achieve this?

Thanks,
Chirdeep.



---------------------------------------------------------------------
Chirdeep Sharma                         [EMAIL PROTECTED]


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

Reply via email to