GWT Data Serialization

后端 未结 2 1808
深忆病人
深忆病人 2021-01-16 04:18

I\'m looking for the algorithm that Google\'s Web Toolkit uses to serialize data posted to the server during an AJAX request. I\'m looking to duplicate it in another languag

2条回答
  •  伪装坚强ぢ
    2021-01-16 05:07

    I've written a design document explaining the GWT-RPC wire format. Hopefully you'll find it useful.

提交回复
热议问题