在访问RESTful接口时出现:Could not write content: No serializer found for class的问题解决小技巧收集

注意:市面上对于写RESTful是用RestFul,其实是不规范的,标准写法RESTful。

在Java上,处理这个应该是没有继承Serializable类,然后通过Eclipse生成serialVersionUID上去试一下。

 

参考:

https://stackoverflow.com/questions/33631916/could-not-write-content-no-serializer-found-for-class-org-springframework-conte

 

posted @ 2017-10-24 00:28  EasonJim  阅读(5305)  评论(0编辑  收藏  举报