序列化配置项
在 erlang 中配置序列化方式
当前该库只实现了 dubbo://
通讯协议。
序列化方式实现了 hessian
和 json
两种方式。
配置样例
序列化配置需要添加到 sys.config
文件 dubboerl
应用配置项里。
{dubboerl,[
%% other config ...
{protocol,hessian}
]}
ConfigName | Type | DefaultValue | Remarks |
---|---|---|---|
protocol | atom() | hessian | hessian,json |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
最后修改 July 23, 2021: update metadata doc, add application level metadata info. (#876) (e71a2ba)