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 |
Last modified November 25, 2021: add english version for language section (3.0) (#994) (85531dafa4)