gwt-rpc deserialization rpc string

拥有回忆 提交于 2020-01-05 09:33:36

问题


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?

来源:https://stackoverflow.com/questions/5712831/gwt-rpc-deserialization-rpc-string

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!