hbxflihua
hbxflihua
HI ALL: 我在升级fastjson后遇到一个问题,本地调用测试机的dubbo服务一直报错,错误信息如下: Serialization trace: entityClass (com.xx.account.domain.Account) java.io.IOException: com.esotericsoftware.kryo.KryoException: Encountered unregistered class ID: 13994 Serialization trace: entityClass (com.xx.account.domain.Account) at com.alibaba.dubbo.common.serialize.support.kryo.KryoObjectInput.readObject(KryoObjectInput.java:127) at com.alibaba.dubbo.common.serialize.support.kryo.KryoObjectInput.readObject(KryoObjectInput.java:140) at com.alibaba.dubbo.common.serialize.support.kryo.KryoObjectInput.readObject(KryoObjectInput.java:151) at com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:85) at com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:117) at com.alibaba.dubbo.rpc.protocol.dubbo.DubboCodec.decodeBody(DubboCodec.java:98)...