node-modules/hessian.js

不能正确写入对象中包含对象类型

Closed this issue · 0 comments

比如

{
  "$class":"com.xxx.RandomAmountBindingApplyDto",
  "$":{
      "userName":"张三",
      "customerType":{
          "$class":"com.xxx.CustomerType",
          "$":{
              "code":"0",
              "chineseName":"个人"
           }
      }
  }
}

里面的有一个customerType属性也是一个对象