Currently, this library only implements the dubbo://
communication protocol.
Two serialization methods are implemented: hessian
and json
.
The serialization configuration needs to be added to the dubboerl
application configuration in the sys.config
file.
{dubboerl,[
%% other config ...
{protocol,hessian}
]}
ConfigName | Type | DefaultValue | Remarks |
---|---|---|---|
protocol | atom() | hessian | hessian,json |