开发者

gwt-rpc deserialization rpc string

开发者 https://www.devze.com 2023-02-26 10: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 开发者_StackOverflow社区are n

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 开发者_StackOverflow社区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?

0

精彩评论

暂无评论...
验证码 换一张
取 消