码迷,mamicode.com
首页 > 编程语言 > 详细

JSON.stringify(),org.springframework.http.converter.HttpMessageNotReadableException: Could not read document: Can not deserialize instance of java.util.ArrayList out of VALUE_STRING token(前台向后台传递list)

时间:2018-05-21 12:37:10      阅读:994      评论:0      收藏:0      [点我收藏+]

标签:string   serialize   原因   没有   就是   token   list   message   control   

1.定义订单实体类

技术分享图片

2.定义实体类中集合的实体类

技术分享图片

3.在controller中接收

技术分享图片

4.前台传递的正确的字段格式(加双引号的)

技术分享图片

5.而报错的原因就是因为前台在集合中字段格式没有加双引号而报的这个错误

技术分享图片

 

JSON.stringify(),org.springframework.http.converter.HttpMessageNotReadableException: Could not read document: Can not deserialize instance of java.util.ArrayList out of VALUE_STRING token(前台向后台传递list)

标签:string   serialize   原因   没有   就是   token   list   message   control   

原文地址:https://www.cnblogs.com/JerryTomcat/p/9065962.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!