FastJson中将JSON解析成对象时发生错误:Exception in thread “main“ java.lang.ClassFormatError: Illegal UTF8 string
转:
FastJson中将JSON解析成对象时发生错误:Exception in thread “main“ java.lang.ClassFormatError: Illegal UTF8 string
原因
实体类 路径不能包含中文
包的名称包含了中文
解决方法
将包的名称中的中文字符删除,就不会出现非法字符串错误了