Hi there! I am using Hibernate in my web service. Hibernate uses java.util.Set for collections: private java.util.Set<vnet.ws.objects.RoleName> roles;
I know I can't serialize Map and Set, but get arrays instead which is fine for me, but I'dlike to get RoleName[] instead of Object[]. Is this somehow possible? thanks in advance Markus Plail
