1

I have gwt-rpc response string, for example:

//OK[1,["19.04.2011 10:49"],0,5]

I need to deserialize it. In the best way I want to do it with php, but as I know there are no ready solutions. So, is gwt-rpc serialization algorithm is open source and I can try implement it in php?

Or may be I can to develope some java application ( as proxy ) to deserialize it and send to php?

Alexander
  • 315
  • 2
  • 10
  • To figure out payload see here (reference to gwt-payload-deserializer on google code):
    http://stackoverflow.com/a/10525534/465710
    – Marko Bonaci Jul 23 '12 at 20:15

0 Answers0