Could not write content: No serializer found for class and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) )


1. 问题

org.springframework.http.converter.HttpMessageNotWritableException: Could not write content: No serializer found for class com.xianzhi.jinba.vo.NewNewsFlash$Explain and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) ) (through reference chain: java.util.HashMap["body"]->java.util.ArrayList[1]->java.util.HashMap["explain"]->java.util.ArrayList[0]); nested exception is com.fasterxml.jackson.databind.JsonMappingException: No serializer found for class com.xianzhi.jinba.vo.NewNewsFlash$Explain and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) ) (through reference chain: java.util.HashMap["body"]->java.util.ArrayList[1]->java.util.HashMap["explain"]->java.util.ArrayList[0])
 

 



 

2. 解决方案

原因,bean中属性为private,改为public


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM