Hi,
I'm using hibernate with glue web services toolkit.
I'm having some problems with serialization, since glue claims it doesn't know how to serialize the hibernate collections (bag, in this case).
I've read about similar problems with hessian on this mailing list.
My main question is : Is there any utility method that would "liberate" my object from hibernate collections ? That given an object that has an hibernate collection, would return a java collection, like a linked list, for example.
thanks
Ricardo
|