问题 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