Serialization Compatibility
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
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,