序列化配置项
在 erlang 中配置序列化方式
当前该库只实现了 dubbo://
通讯协议。
序列化方式实现了 hessian
和 json
两种方式。
配置样例
序列化配置需要添加到 sys.config
文件 dubboerl
应用配置项里。
{dubboerl,[
%% other config ...
{protocol,hessian}
]}
ConfigName | Type | DefaultValue | Remarks |
---|---|---|---|
protocol | atom() | hessian | hessian,json |
最后修改 March 2, 2023: Fix alias forward in docs3-v2 (#2342) (f16c153559)