gwt-rpc deserialization rpc string
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?
精彩评论