1. 程式人生 > >在訪問RESTful接口時出現:Could not write content: No serializer found for class 的問題解決小技巧收集

在訪問RESTful接口時出現:Could not write content: No serializer found for class 的問題解決小技巧收集

onu restfu zab blank rest org lips 收集 規範

註意:市面上對於寫RESTful是用RestFul,其實是不規範的,標準寫法RESTful。

在Java上,處理這個應該是沒有繼承Serializable類,然後通過Eclipse生成serialVersionUID上去試一下。

參考:

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

在訪問RESTful接口時出現:Could not write content: No serializer found for class 的問題解決小技巧收集