Hello,

I am using Flex and the client side, Java + Hibernate on the server, and
BlazeDS to communicate between them.
One typical scenario I am facing is:
- Create a new bean in the Java code, and persist it using Hibernate's
getTemplate().save(myObject)
- Send this object to the client using BlazeDS.

However, if "myObject" has a Map attribute, Hibernate populates it with a
PersistentMap, thus sending it to the client.
Is there a way I could use to _not_ send PersistentMaps, but rather standard
HashMaps?

Thank you for your help,
-- 
Sébastien Tromp

Reply via email to