Serialization Configuration Options
Configure serialization methods in Erlang
Currently, this library only implements the dubbo://
communication protocol.
Two serialization methods are implemented: hessian
and json
.
Configuration Example
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 |
Feedback
Was this page helpful?
Yes No
Last modified September 30, 2024: Update & Translate Overview Docs (#3040) (d37ebceaea7)