Hi, I'm trying to deserialize Hibernate collections with these classes:
http://jira.codehaus.org/browse/XSTR-226 and although I can compile them into my project, they are not been called at runtime. Is there a configuration file somewhere to declare that the engine use them?. My webservice is returning a java.util.Map and my C# client is receiving an hibernate PersistentMap. That's why I want to map it to a Map with the classes above. Thanks in advance, Luis.
