当前位置:网站首页>Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance o
Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance o
2022-07-03 01:17:00 【七八月的天空】
Caused by: com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot construct instance of `com.xxx.TransferLogVo` (although at least one Creator exists): no int/Int-argument constructor/factory method to deserialize from Number value (11111)
at [Source: UNKNOWN; line: -1, column: -1]
报错原因:已经序列化,再次序列化导致的
class A implements Serializable
class B extends A implements Serializable
这样就会报错:
改成:
class B extends A 即可
边栏推荐
- 2022-02-15 reading the meta module inspiration of the influxdb cluster
- [data mining] task 4:20newsgroups clustering
- Is there anything in common between spot gold and spot silver
- 网络安全-ACL访问控制列表
- C language course information management system
- [shutter] animation animation (the core class of shutter animation | animation | curvedanimation | animationcontroller | tween)
- [shutter] animation animation (basic process of shutter animation | create animation controller | create animation | set value listener | set state listener | use animation values in layout | animatio
- View of MySQL
- 网络安全-中间人攻击
- Introduction to kotlin collaboration
猜你喜欢
How is the mask effect achieved in the LPL ban/pick selection stage?
After reading this article, I will teach you to play with the penetration test target vulnhub - drivetingblues-9
What is tone. Diao's story
Pytest learning notes (12) -allure feature · @allure Step () and allure attach
wirehark数据分析与取证A.pacapng
"Jetpack - livedata parsing"
【数据挖掘】任务4:20Newsgroups聚类
High resolution network (Part 1): Principle Analysis
Summary of interval knowledge
Force buckle 204 Count prime
随机推荐
Dotconnect for PostgreSQL data provider
Types of map key and object key
传输层 TCP主要特点和TCP连接
Pytest learning notes (12) -allure feature · @allure Step () and allure attach
Wireshark data analysis and forensics a.pacapng
简易分析fgui依赖关系工具
[my advanced journey of OpenGL learning] collation of Euler angle, rotation order, rotation matrix, quaternion and other knowledge
C#应用程序界面开发基础——窗体控制(4)——选择类控件
网络安全-木马
[principles of multithreading and high concurrency: 2. Solutions to cache consistency]
One of the C language practical projects is greedy snake
Take you ten days to easily complete the go micro service series (II)
Steps to obtain SSL certificate private key private key file
网络安全-钓鱼
What is tone. Diao's story
STM32 - introduction of external interrupts exti and NVIC
Smart management of Green Cities: Digital twin underground integrated pipe gallery platform
Cloud native topic sorting (to be updated)
[data mining] task 2: mimic-iii data processing of medical database
JUC thread scheduling