序列化配置项

在 erlang 中配置序列化方式

当前该库只实现了 dubbo:// 通讯协议。

序列化方式实现了 hessianjson 两种方式。

配置样例

序列化配置需要添加到 sys.config 文件 dubboerl 应用配置项里。

  1. {dubboerl,[
  2. %% other config ...
  3. {protocol,hessian}
  4. ]}
ConfigNameTypeDefaultValueRemarks
protocolatom()hessianhessian,json

最后修改 September 21, 2021: Bug fix miss mialbox (#953) (57cf51b)