JSON parse error: Cannot deserialize instance of `java.util.ArrayList<java.lang.Long>` out of START_
Posted houzhicongone
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JSON parse error: Cannot deserialize instance of `java.util.ArrayList<java.lang.Long>` out of START_相关的知识,希望对你有一定的参考价值。
Post请求里面List集合用[]接收参数,直接在PostMan的Body—》raw—>Json中写上
[1,2,3]
不可以这样
"ids":[1,2,3]
以上是关于JSON parse error: Cannot deserialize instance of `java.util.ArrayList<java.lang.Long>` out of START_的主要内容,如果未能解决你的问题,请参考以下文章
Ajax提交数据SpringBoot后台报错“HttpMessageNotReadableException: JSON parse error: Cannot construct instance“
JSON parse error: Cannot deserialize value of type `java.util.Date` from String
JSON parse error: Cannot deserialize instance of `java.util.ArrayList<java.lang.Long>` out of START_
JSON parse error: Cannot deserialize value of type `java.util.Date` from String
解决日期转换异常 JSON parse error: Cannot deserialize value of type `java.util.Date` from String
解决日期转换异常 JSON parse error: Cannot deserialize value of type `java.util.Date` from String