如果我在GWT上使用Autobean序列化我的POJO (通过RequestBuilder发送),但我计划使用groovy、perl或php来服务于该请求,我需要知道Autobean的序列化格式。
什么是Autobean的JSON格式规范,在哪里可以获得?
发布于 2011-08-09 02:05:24
它们是文档化的here。
https://stackoverflow.com/questions/6984945
相似问题