对于复杂类型,如: { String a, B b, } 当调用GenericUtils.convertToGenericObject(JSON.parseObject("\"a\":\"123\",\"b\":{...}"))进行sofa rpc调用时报无法转换为B对象
对于复杂类型,如:
{
String a,
B b,
}
当调用GenericUtils.convertToGenericObject(JSON.parseObject(""a":"123","b":{...}"))进行sofa rpc调用时报无法转换为B对象