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

时间:2017-10-24 00:53:35   收藏:0   阅读:326

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

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

 

参考:

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

 

原文:http://www.cnblogs.com/EasonJim/p/7719979.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!