Serialization Compatibility

2004-12-14 Thread jay limfueco
Hi, I'm currently working on a web service that should support PHP, Pearl and .Net clients and I was wondering if a serialized HashMap is supported by those other languages. Thanks

Re: Serialization Compatibility

2004-12-17 Thread jay limfueco
at you will need wrapped/literal mode for > interoperability with .Net :) > > So, Anne is right, you should avoid HashMap and Collections in general. > > jay limfueco a écrit : > > >Hi, > > > >I'm currently working on a web service that should support PHP,