Serialized configuration items
Configure the serialization method in erlang
The library currently only implements the dubbo://
communication protocol.
It supports hessian
and json
as serialization method.
Configuration example
Provider configuration items to add to the sys.config
file dubboerl
field.
{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.